juju-bmc:update-snapcraft-plugs-naming

Last commit made on 2020-06-10
Get this branch:
git clone -b update-snapcraft-plugs-naming https://git.launchpad.net/juju-bmc
Members of Canonical IS CREs can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
update-snapcraft-plugs-naming
Repository:
lp:juju-bmc

Recent commits

88bdfda... by Jose Guedez

update snapcraft.yaml plugs per suggestions from snap review

3165081... by Jose Guedez

increase libjuju max_frame_size to deal with large production models

Reviewed-on: https://code.launchpad.net/~canonical-is-cre/juju-bmc/+git/juju-bmc/+merge/385340
Reviewed-by: Joe Guo <email address hidden>

c072ceb... by Jose Guedez

increase libjuju max_frame_size to deal with large production models

6ddecd8... by Jose Guedez

add support for strict snap confinement

Reviewed-on: https://code.launchpad.net/~canonical-is-cre/juju-bmc/+git/juju-bmc/+merge/385169
Reviewed-by: Joe Guo <email address hidden>

8386ac9... by Jose Guedez

add support for strict snap confinement

609a074... by Jose Guedez

snapcraft uses annotated tags for snap version, some comment cleanup

4485cce... by Joe Guo

juju-bmc: change subprocess.call to check_all

When command like sshpass failed without message,
`subprocess.call` will show nothing, but `subprocess.check_all` will
raise `CalledProcessError` exception and tell user it failed,
which is a little bit more helpful.

Signed-off-by: Joe Guo <email address hidden>

19b489a... by Joe Guo

juju-bmc: set StrictHostKeyChecking to no

when ssh to new host, ssh will ask question.
However, while using sshpass to call ssh, the question will now show up,
and command will exit without message.

set StrictHostKeyChecking=no to avoid such issue.

Signed-off-by: Joe Guo <email address hidden>

8a467be... by Jose Guedez

updated docs with examples

cf80d30... by Jose Guedez

add a simple makefile