You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First install the [latest release of Vagrant][Vagrant].
104
91
```sh
105
92
molecule list
106
93
molecule converge
@@ -112,18 +99,7 @@ molecule destroy
112
99
# Testing using Travis-CI
113
100
* Fork git repository
114
101
* Add repository into Travis-CI
115
-
* Add 'DO_TOKEN' in repository's 'Environment Variables' with token for Digital Ocean
116
-
* Clone repository
117
-
* Inside repository's working dir run commands
118
-
```sh
119
-
ssh-keygen -b 4096 -N '' -f deploy_key
120
-
gem install travis
121
-
travis login
122
-
travis encrypt-file deploy_key --add
123
-
rm deploy_key deploy_key.pub
124
-
git commit -a -m 'Updated Travis CI info'
125
-
git push
126
-
```
102
+
* Push new commits
127
103
128
104
# ToDo
129
105
* Update default packages playbook
@@ -136,9 +112,6 @@ git push
136
112
* API calls in playbook dj-wasabi.zabbix-agent made from several servers can interfere with each other
137
113
* Workaround: make API calls serial
138
114
* While using VirtualBox for testing you should change all mentions of interface 'eth0' to 'eth1'
139
-
* Travis check will fail if VMs are already exists in DO
140
-
*`molecule verify` doesn't launch the tests until you do not fix all lint errors. It may cause trouble if you use roles from Ansible-galaxy (Molecule checks them too)
141
-
* Testinfra testing framework doesn't work well at this moment
0 commit comments