summaryrefslogtreecommitdiffstats
path: root/jjb/joid/joid-deploy.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-08-10Don't convert JOID depl. mode from noha to nonhaMartin Kulhavy1-3/+0
JOID is not using nonha deployment mode anymore. Reference change in JOID: https://gerrit.opnfv.org/gerrit/38973 Change-Id: Idc901551862d3936246afc06f0a97ab15d10b91d Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>
2017-01-26clean and fix build errorNarinder Gupta1-16/+3
This patch is cleanup of non required code and fix the EOF issue ssen in deployment. Change-Id: I55fb52bbc7d4048975fc0ce0b29caca8e4137d2d Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-01-25recover MAAS 2.0Narinder Gupta1-8/+15
code has been modified to recover the environment for MAAS 2.0 as new deployment failed for MAAS 2.0 Change-Id: I80a0fab8f01a5600b04c7e95509f88617783215e Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-01-19added support for kubernetes job.Narinder Gupta1-38/+51
This patch is to add support for Kubernetes jobs in JOID. We have added os (openstack) or k8 (kubernetes) during deployment. Change-Id: Ide33cb3c1d1d0e8c4b99af2acd721c0a41073dd6 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-08-22[Joid] Recover config UBUNTU_DISTRO=trusty for onos-sfczhangyuanyou1-0/+5
Because it was deleted by https://gerrit.opnfv.org/gerrit/#/c/18937/ Change-Id: Ic276ef624edbdb46801262e197c309a678b3ed1b Signed-off-by: Yuanyou Zhang<zhangyuanyou@huawei.com>
2016-08-18[JOID] Update Joid deploy scriptDavid Blaisonneau1-109/+24
Change-Id: I96e28cf416c7a8e1b1200677eb974ff0075aec03 Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
2016-08-08rename the maas installation script.Narinder Gupta1-1/+1
Change-Id: I0296579255492f68782216d0f4ae5fc7682f2109 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-07-20change the region from Canonical to default regionOneNarinder Gupta1-1/+6
Enabling the onos with sfc for trusty only. Change-Id: I052eb82b2d4ccccad958c5564ede53a923e00aa5 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-06-28read vip from phase1 services.Narinder Gupta1-1/+1
This change is to read the keystone vip from phase1 services now. Change-Id: I27c32e6c49e7b6213ed15b10341bb4909c2141f6 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-06-17modfiied to include the feature.Narinder Gupta1-2/+2
This patch will enable the feature for joid deployment. Few of them are LXD, DPDK etc. Change-Id: Icb863ddbbf3ffb4bb8f015ce77bef0b9dc5d10ca Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-06-07modified to use mitaka by default rather than Liberty.Narinder Gupta1-23/+0
This patch to modify the default deployment to mitaka. Ans also disable the creation of external network as now joid deploy.sh will create the external network itself based on labconfig.yaml Change-Id: I282eaa803af47f04348532ffd1a7a5990d50d380 signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-05-24[joid] correct auth url with good admin portDavid Blaisonneau1-1/+1
Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
2016-05-17[joid] enhance adminrcDavid Blaisonneau1-1/+8
Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
2016-05-12Merge "Rename Orange Jenkins Slaves"Fatih Degirmenci1-2/+0
2016-05-12include the mutiple Ubuntu distro and architectureNarinder Gupta1-2/+2
for mitaka we can enable trusty and xenial and wip to include arm64 and power8 architecture as well. Change-Id: I7624367fcb6464d9619097775448b9b768a73025 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-05-12Rename Orange Jenkins SlavesFatih Degirmenci1-2/+0
orange-test1 -> orange-pod5 orange-fr-pod2 -> orange-pod2 Change-Id: Id5a31db98d349bef654fb59ab03e52e6cc50611f Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-05-04Rename Juniper Jenkins SlaveFatih Degirmenci1-2/+0
juniper-us-test-1 -> juniper-pod1 Change-Id: I6f36dbee3159f1c53252dba8a82bd87f7ea1a427 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-29joid: remove ceph_disk_controllers param and correct ext-net name replaceDavid Blaisonneau1-9/+2
Change-Id: I86a4b8164b3d371ff7b4e8e340f7ae924c52f70c Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
2016-01-29joid: correct sdn controller address error for ODLDavid Blaisonneau1-1/+1
Change-Id: I2344610c2451995a06375e00df9bb1c72ce270d1 Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
2016-01-28Merge "joid: correct keystone ip fetch for noha mode - correct admin-password"Morgan Richomme1-3/+11
2016-01-28Add license headerFatih Degirmenci1-0/+8
License headers are added. - Set company name based on the author who created the file first time - Add SPDX header for Apache 2.0 Change-Id: I8f357a2d6f75179171c681f4b53e0f4249eca5a2 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-28joid: correct keystone ip fetch for noha mode - correct admin-passwordDavid Blaisonneau1-3/+11
Please sync merge with joid 8283 Change-Id: Icc39e799a1e506e986fc6548d6a21f5761e3374f Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
2016-01-28joid: add onos in sdn controller ip to send to functest via adminrcDavid Blaisonneau1-4/+18
Change-Id: If72e45d172f8b518a4ca929184376063edc5534a Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
2016-01-26joid: add odl controller ip in openrc file - needed for functestDavid Blaisonneau1-0/+4
Change-Id: I1bf57f95d3f5dde0b7d6885ec11352e4ca4e6e9b Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
2016-01-22joid: Create jobs for virtual deployments in slave lf-virtual1Fatih Degirmenci1-0/+2
Change-Id: Ife7101bf138d8a7eedf671fe7bc7f71c85a87aad Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-21don't create external network when we have onosmeimei1-0/+2
because onos will create ext-net itself Change-Id: If7b080f1a53b62af1ce50d5140adcd557810e846 Signed-off-by: meimei <meimei@huawei.com>
2016-01-19joid: set default network name for novaDavid Blaisonneau1-11/+20
Change-Id: I821e650c1349d279e16bbba8812080c12b2d5736 Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
2016-01-15joid: update deploy script after update joid scenario structure to fit ↵David Blaisonneau1-25/+9
naming convention Change-Id: Id9d3bb2d48ee515c4d4e16009fb9e1d3417c92cc Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
2016-01-14joid: add juniper pod1David Blaisonneau1-0/+3
Change-Id: I9ff2fe3e8204d2561de140dc42a5cdb68638b3d0 Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
2016-01-13joid: Add scenario selector for different sdn controllers + default releng ↵David Blaisonneau1-4/+44
triggers Change-Id: I21854444d997bba876e711433c1b2132cde61c7c Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
2016-01-11joid: Add external network creationDavid Blaisonneau1-15/+49
Change-Id: I72a902b9de735d9962de1f83b81ada9aa1848783 Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
2016-01-11joid: Set CEPH_DISKS_CONTROLLERS if unsetFatih Degirmenci1-0/+2
Change-Id: I10d3d5853fda963adab1d3359b3415501b09a364 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-08Go back to previous password changing method to avoid nounset errorDavid Blaisonneau1-9/+7
Change-Id: I552f4fe7451561f7031ce3814cbd0fa2d0feb250 Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
2016-01-08Correct bad var nameDavid Blaisonneau1-1/+1
Change-Id: I3d582d02c16fd3124d8ef89a9ab02b9426979d08 Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
2016-01-08Merge joid pod builders and add projet and pod default parametersDavid Blaisonneau1-41/+55
Change-Id: Ifeb2086eaaee7ecf95044bf9e6abf83b4b7bfae6 Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
2015-12-18Add JOID project parameters and a final openstack test to check deploy resultDavid Blaisonneau1-11/+32
Change-Id: I1d14832cac2867ca9d9b64608bfe3231c316f2d5 Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
2015-12-17update joid install script with corrections, functest admin-openrc default ↵David Blaisonneau1-6/+18
location and add joid_config folder creation Change-Id: I7f816915e14929cb62aa1ea893272154da0f1442 Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
2015-12-14New worker for Orange Pod2David Blaisonneau1-0/+103
Change-Id: I09b3d06b2b2b615b3fbae5e422820356b465d895 Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>