aboutsummaryrefslogtreecommitdiffstats
path: root/scenarios/os-odl-sfc/role/os-odl-sfc/files
AgeCommit message (Collapse)AuthorFilesLines
2018-11-06Introduce the Barbican in XCI for SFC-HA scenarioPanagiotis Karalis3-0/+22
The barbican OS component is introduced for SFC HA deployed scenario. The reason behind is that In HA scenarios we need Openstack Barbican to gather and store the fernet keys so Tacker can access them and be able to register new VIMs. deploy-scenario:os-odl-sfc installer-type:osa JIRA: SFC-131 Change-Id: Ifa4a8bab0547c18c9e2ad654b0d048aff161c56f Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
2018-11-05Bug fix: Correct the ips in the configManuel Buil1-34/+34
When doing ha, controllers get the .11, .14 and .15 whereas computes get the .12 and .13. The current config was wrong deploy-scenario:os-odl-sfc installer-type:osa Change-Id: Icedfba9d8b557a926340d66618461d2ec19fe744 Signed-off-by: Manuel Buil <mbuil@suse.com>
2018-10-22Cleanup our ansible roleManuel Buil3-0/+0
Our role had some old comments and confusing names which don't make sense anymore. This patches cleans it up Change-Id: Ieb928aad2c1b0bfcfa94b300201e026e11a4c991 Signed-off-by: Manuel Buil <mbuil@suse.com>
2018-10-18Remove all Pike configManuel Buil15-1611/+0
Due to the lack of developers, we will only support one version of openstack (master). Therefore, we remove the Pike support which is anyway not the latest stable anymore Change-Id: Ib2c81f952b0e35c61a3edeb9b4e389f5cd27e956 Signed-off-by: Manuel Buil <mbuil@suse.com>
2018-10-02Add ceilometer to the scenarioManuel Buil3-0/+19
Due to the n-odl dependency, ceilometer must be part of the scenario. There is a chicken-egg problem with this patch. There is a XCI patch which will not get a +1 from jenkins if this patch does not get merged. However, this patch will not get a +1 from jenkins unless XCI patch gets merged. This is XCI's patch: https://gerrit.opnfv.org/gerrit/#/c/62419/ Change-Id: I145ac35dcb94d40f6e21a1a49ae5a1e754434a10 Signed-off-by: Manuel Buil <mbuil@suse.com>
2018-04-12Provide support for different ODL versionsManuel Buil6-692/+0
We should be able to deploy with different ODL versions if the user defines the ODL_VERSION variable when deploying XCI. Change-Id: Ied20959116fed19bf4445f1544883ed0dc579dfb Signed-off-by: Manuel Buil <mbuil@suse.com>
2018-02-22Bump SHAs for PikeManuel Buil2-68/+68
Change-Id: I0b0aabffb2a5995364051fa34d218b2ebc649d4e Signed-off-by: Manuel Buil <mbuil@suse.com>
2018-02-21Update XCI deployment filesManuel Buil3-471/+0
We are now aligned with master so we don't need a-r-r file anymore or the OpenStack versions file Change-Id: Ida0b8f0414870d5fa3fecdc79564def345187b2e Signed-off-by: Manuel Buil <mbuil@suse.com>
2018-02-16Bump os_keystone SHA for Pike deploymentDimitrios Markou1-1/+1
Change-Id: Ic1dfe50cbf8f1567a055aa8780e671333f67e880 Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
2018-01-15Adapt to the new ODL neutron portManuel Buil6-6/+6
Change-Id: I65a2fa8074d56b53ee400c604d08103ea9abf390 Signed-off-by: Manuel Buil <mbuil@suse.com>
2017-12-20Pin os_heat role to an older SHA to solve policy problemsDimitrios Markou1-1/+1
This one follows the logic of this patch [0] [0]: https://gerrit.opnfv.org/gerrit/#/c/49327/ Change-Id: I1b71b9be6db60aa84d20ac14588b70a8e4c52736 Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
2017-12-13Fix bug in sfc_user variables file for pikeManuel Buil3-18/+3
Change-Id: I6cd9a6fd2b3688ae784b724cedd63094e5bc6f5d Signed-off-by: Manuel Buil <mbuil@suse.com>
2017-12-13Provide support for xci-masterManuel Buil12-94/+953
Change-Id: Id4e80be218c51f56324cb43aa27f580ac8c92c47 Signed-off-by: Manuel Buil <mbuil@suse.com>
2017-12-11Bump SHAs in OSA roles for Pike releaseDimitrios Markou1-22/+22
Getting alligned with this patch [0] [0]: https://review.openstack.org/#/c/525471/ Change-Id: I0ecc9c1ddb8f4e32ca660e7daeb1b998555b6a12 Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
2017-11-29[WIP] Adapt XCI scenarios for FraserManuel Buil12-801/+831
We plan to support both stable/pike and master in the Fraser release Change-Id: I5acd5d796a4ed376d5110d7268980faec9cec126 Signed-off-by: Manuel Buil <mbuil@suse.com>
2017-10-06Move openrc to masterManuel Buil1-1/+1
Change-Id: Ic740396c3f8d1a6412a08a56a21ff9cfbeb925b1 Signed-off-by: Manuel Buil <mbuil@suse.com>
2017-10-04Add tacker to the scenario roleManuel Buil15-28/+1965
Change-Id: I0d6f48eff3edd7e1117ec0c5f7f16c1de35300d5 Signed-off-by: Manuel Buil <mbuil@suse.com>
2017-10-02Create a scenario roleManuel Buil7-0/+578
As discussed with the releng-xci team, each project should have the scenario in its repo Change-Id: I2cb407892edeeccabf396c7b1c341c78fba2828e Signed-off-by: Manuel Buil <mbuil@suse.com> Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>