2.1.2 • Published 2 years ago

@forest.host/lxd v2.1.2

Weekly downloads
120
License
ISC
Repository
github
Last release
2 years ago

LXD client

This is a simple example LXD client implementation.

Testing

Client communication

This client library tests by querying LXD directly, no mocks. To do this, it needs some keys, which can be generated with the included ./generate_keys script.

./generate_keys 

Add the corresponding certificate to your local LXD with:

lxc config trust add ./.keys/tests.crt 
LXD configuration

These tests start containers, and expect an image to exist with the testing alias:

lxc image copy images:alpine/edge local: --alias=testing 

These tests also expect to be able to use a testing profile, that contains a root disk & network interface, an example is included in this repository and can be imported like so:

lxc profile create testing
cat ./profile.yaml | lxc profile edit testing
2.1.2

2 years ago

2.0.0

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

1.7.1

2 years ago

1.7.0

2 years ago

1.6.2

3 years ago

1.6.1

3 years ago

1.5.2

3 years ago

1.6.0

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.6

3 years ago

1.4.5

3 years ago

1.4.4

3 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.2.1

4 years ago

1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

0.4.22

4 years ago

0.4.21

4 years ago

0.4.20

4 years ago

0.4.19

4 years ago

0.4.18

4 years ago

0.4.17

4 years ago

0.4.15

4 years ago

0.4.16

4 years ago

0.4.14

4 years ago

0.4.13

4 years ago

0.4.11

4 years ago

0.4.12

4 years ago

0.4.10

4 years ago

0.4.9

4 years ago

0.4.8

4 years ago

0.4.7

4 years ago

0.4.5

4 years ago

0.4.4

4 years ago

0.4.6

4 years ago

0.4.3

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago