Switch to using sysinv URL and Address validators

In this commit the bootstrap playbook is updated to make use of
sysinv URL and Address validators to ensure a) consistent user
experience and b) future validation updates will be done in one
spot.

Note: Currently, sysinv Address validator does not accept CIDR notation
as the current docker engine does not support CIDR in NO_PROXY list.
Ref: https://github.com/docker/docker.github.io/issues/8191.

Change-Id: I433303dde93801f3e45cd7d10935eb1de28b9090
Closes-Bug: 1833710
Depends-On: Ic5a450ede0390529e795ca0120200a0f7bbf52ce
Signed-off-by: Tee Ngo <Tee.Ngo@windriver.com>
This commit is contained in:
Tee Ngo
2019-06-24 10:46:18 -04:00
parent 8fa6359ba0
commit 7c719262b6
4 changed files with 12 additions and 18 deletions

View File

@@ -1,2 +1,2 @@
SRC_DIR="playbookconfig"
TIS_PATCH_VER=2
TIS_PATCH_VER=3

View File

@@ -8,13 +8,13 @@ License: Apache-2.0
URL: unknown
Source0: %{name}-%{version}.tar.gz
Requires: ansible
Requires: python
Requires: python-netaddr
Requires: sshpass
Requires: python2-ptyprocess
Requires: python2-pexpect
Requires: python2-django
Requires: ansible
Requires: sshpass
Requires: sysinv
%description
This package contains playbooks used for configuring StarlingX.