summaryrefslogtreecommitdiffstats
path: root/ansible/group_vars/infrastructure.yml
AgeCommit message (Collapse)AuthorFilesLines
2019-01-21Merge "Add variable for version of rancher server"Michal Ptacek1-0/+1
2019-01-18Fix variable nfs_mount_path not foundMilan Verespej1-1/+0
Variable for creating nfs mount for onap nodes was in wrong group_vars file which caused the error because variable was undefined for hosts that needed it. This change moves this variable to correct file. Change-Id: If177fb23d90b8a32d70dd774dde2dfbfc697980a Issue-ID: OOM-1588 Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
2019-01-17Add variable for version of rancher serverMilan Verespej1-0/+1
Rancher server version is hardcoded to 1.6.14 used in Beijing deployment. This limits flexibility to use it for future versions of ONAP deployments. This change adds possibility to choose version of rancher server via variable in group_vars/infrastructure.yml and setting its default value to version used by Casablanca release. Change-Id: I3a38a882386ce6adcba77780ee79a7cedfe98e4e Issue-ID: OOM-1584 Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
2018-12-19Add control variables for the ansible deployPetr Ospalý1-0/+36
all.yml should be set or redefined per application infrastructure.yml should be modified only with a care Issue-ID: OOM-1551 Change-Id: I05dd6b83d980101214881420e3825949e75afc73 Signed-off-by: Petr OspalĂ˝ <p.ospaly@partner.samsung.com>