~mertkirpici/charm-cloudsupport:lp/1998094

Last commit made on 2022-11-29
Get this branch:
git clone -b lp/1998094 https://git.launchpad.net/~mertkirpici/charm-cloudsupport
Only Mert Kirpici can upload to this branch. If you are Mert Kirpici please log in for upload directions.

Branch merges

Branch information

Name:
lp/1998094
Repository:
lp:~mertkirpici/charm-cloudsupport

Recent commits

c74eba4... by Mert Kirpici

chore: unignore docstring rules

Works-on: 1998094
Signed-off-by: Mert Kırpıcı <email address hidden>

53822b0... by Mert Kirpici

tox: move flake8 config comments to new line

flake8 6.0.0 does not like it when the inline comments are on the same
line as the ignored rule.

Works-on: 1998094
Signed-off-by: Mert Kırpıcı <email address hidden>

8c70b27... by Sudeep Bhandari

Added Jammy support

Reviewed-on: https://code.launchpad.net/~sudeephb/charm-cloudsupport/+git/charm-cloudsupport/+merge/429864
Reviewed-by: Eric Chen <email address hidden>

b50fd88... by Sudeep Bhandari

Added retry for some func tests

935629c... by Sudeep Bhandari

Added jammy support

9337cdc... by Robert Gildein

Add stop-vms and start-vms actions

- the stop-vms action will stop all VMs on certain compute-node
- the start-vms action will start all stopped VMs or with force-all it
  could start all VMs

Fixes: #1964694

Reviewed-on: https://code.launchpad.net/~rgildein/charm-cloudsupport/+git/charm-cloudsupport/+merge/427362
Reviewed-by: Eric Chen <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>
Reviewed-by: Sudeep Bhandari <email address hidden>

f80b1f2... by Robert Gildein

used pytest instead of unittest.TestCase

2da7816... by Robert Gildein

applied suggestions

fd61a71... by Robert Gildein

Add stop-vms and start-vms actions

- the stop-vms action will stop all VMs on certain compute-node
- the start-vms action will start all stopped VMs or with force-all it
  could start all VMs

Fixes: #1964694

04a98b2... by Robert Gildein

Fix and improvement of functional tests

Reviewed-on: https://code.launchpad.net/~rgildein/charm-cloudsupport/+git/charm-cloudsupport/+merge/423595
Reviewed-by: Alvaro Uria <email address hidden>