98bb9923a2
Added workaround to stop containers which should not be on the node, accouding to a file with list of services which is filled in by ansible's tasks. It allows to implement scale-down and resource migration.
5 lines
183 B
Bash
Executable File
5 lines
183 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker exec -it solar.keystone-test keystone --debug --os-username admin --os-password password --os-tenant-name admin --os-auth-url http://10.0.0.3:8080/v2.0 role-list
|
|
|