diff options
author | liyuenan <liyuenan@huawei.com> | 2017-01-18 18:05:27 +0800 |
---|---|---|
committer | liyuenan <liyuenan@huawei.com> | 2017-01-25 12:37:20 +0800 |
commit | 7173757a6190f4528d36053d82467c74dbf16b3f (patch) | |
tree | bfed2b845188bf51891f6397b3fbd3afbd566fea /build | |
parent | d001a27936a5d55cda2d8ca0849f30a8bd1c0b3d (diff) |
Ansible Module substitute for Shell Commands
JIRA: COMPASS-520
After update ansible version to v3, keystone_user module only support v2 API.
So we use Shell Commands now, but it will failed with high probability.
Those Shell Commands should be instead by ansible modules to manage Identity users,
projects or some other work like crate networks.
Change-Id: I63d38b4a811a9c063ac4404da72787f594411b53
Signed-off-by: liyuenan <liyuenan@huawei.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/build.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/build.conf b/build/build.conf index 2699eb7f..68fc1cfd 100644 --- a/build/build.conf +++ b/build/build.conf @@ -15,7 +15,6 @@ export COMPASS_INSTALL=${COMPASS_INSTALL:-http://github.com/baigk/compass-instal export COMPASS_PKG=${COMPASS_PKG:-$PACKAGE_URL/centos7-compass-core.tar.gz} export PIP_REPO=${PIP_REPO:-$PACKAGE_URL/pip.tar.gz} export PIP_OPENSTACK_REPO=${PIP_OPENSTACK_REPO:-$PACKAGE_URL/pip-openstack.tar.gz} -export ANSIBLE_MODULE=${ANSIBLE_MODULE:-https://github.com/openstack-ansible/openstack-ansible-modules.git} # OS ISO for provisioning export CENTOS_ISO=${CENTOS_ISO:-$PACKAGE_URL/CentOS-7-x86_64-Minimal-1611.iso} # centos 7.3 |