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 afbfc65c78 - Show all commits

View File

@ -36,14 +36,16 @@ steps:
GCE_SSH_USER: GCE_SSH_USER:
from_secret: gce_ssh_user from_secret: gce_ssh_user
GCE_CREDENTIALS_FILE: $HOME/ansible-testing.json GCE_CREDENTIALS_FILE: $HOME/ansible-testing.json
DEFAULT_TIMEOUT: 60 ANSIBLE_TIMEOUT: 60
commands: commands:
- mkdir $HOME/.ssh - pwd
- echo "$GCE_SSH_KEY" > $HOME/.ssh/google_compute_engine - ls -la
- chmod 600 $HOME/.ssh/google_compute_engine # - mkdir $HOME/.ssh
- echo "$GCE_CREDENTIALS_JSON" > $HOME/ansible-testing.json # - echo "$GCE_SSH_KEY" > $HOME/.ssh/google_compute_engine
- pip install apache-libcloud pycrypto --user # - chmod 600 $HOME/.ssh/google_compute_engine
- molecule create --scenario-name gce-centos-7 # - echo "$GCE_CREDENTIALS_JSON" > $HOME/ansible-testing.json
- molecule converge --scenario-name gce-centos-7 # - pip install apache-libcloud pycrypto --user
- molecule verify --scenario-name gce-centos-7 # - molecule create --scenario-name gce-centos-7
- molecule destroy --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