Refactor CI pipelien and enable molecule testing #1

Merged
xoxys merged 131 commits from molecule-dev into master 2019-03-25 22:23:40 +01:00
Showing only changes of commit 404fd8c8f4 - Show all commits

View File

@ -37,12 +37,14 @@ steps:
from_secret: gce_ssh_user
GCE_CREDENTIALS_FILE: $HOME/ansible-testing.json
commands:
- apk add vim
- mkdir $HOME/.ssh
- echo $GCE_SSH_KEY > $HOME/.ssh/google_compute_engine
- chmod 600 $HOME/.ssh/google_compute_engine
- echo $GCE_CREDENTIALS_JSON > $HOME/ansible-testing.json
- pip install apache-libcloud pycrypto --user
- molecule create --scenario-name gce-centos-7
# - molecule converge --scenario-name gce-centos-7
# - molecule verify --scenario-name gce-centos-7
- molecule destroy --scenario-name gce-centos-7
- xxd $HOME/.ssh/google_compute_engine
# - echo $GCE_CREDENTIALS_JSON > $HOME/ansible-testing.json
# - pip install apache-libcloud pycrypto --user
# - molecule create --scenario-name gce-centos-7
# # - molecule converge --scenario-name gce-centos-7
# # - molecule verify --scenario-name gce-centos-7
# - molecule destroy --scenario-name gce-centos-7