summaryrefslogtreecommitdiffstats
path: root/build
AgeCommit message (Collapse)AuthorFilesLines
2016-01-13Fixes attaching networks for baremetal only to admin/publicTim Rozet1-2/+2
We should only bridge to admin/public for baremetal deployments. There is no reason for us to bridge to the private or storage networks on instack for deployment. Also fixes OpenDaylight to Lithium 3.3 Change-Id: I2eb8f83ddbcb69d3219e7927025b46dcb9550ba9 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-01-13Merge "Enables private and storage networks"Dan Radez8-30/+709
2016-01-12Enables private and storage networksTim Rozet8-30/+709
Fixes issues with common-functions: - ipcalc in epel is old and does not support HOSTMIN,HOSTMAX. Now BROADCAST and NETWORK values used to find first and last IP in subnet. - fixes to auto-generation where values conflicted for IP ranges - provisioner_ip now generated correctly Change-Id: I03c7f841d2e1edb1a50041f53970318b6a718cd9 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-01-11enabling cephDan Radez1-3/+11
Change-Id: I2dc1bf7ffebb6a83face87a62a81cfb15f9a0689
2016-01-08Adds onos supportbobzh2-45/+300
Changes include: - ONOS artifacts are cached on build server until moved to OPNFV artifacts - tht patch is now unified to single opnfv patch, based on upstream commit 0f41e0d0309c7bc061dbaed6a8c1e38cb4bdfe19 Change-Id: Iea3d14773dded6c9709c08ef1beb47b254582860 Signed-off-by: bob zhou <bob.zh@huawei.com> Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-01-08Moves builds to use local images, minor fix to cleanTim Rozet1-3/+4
Change-Id: Ib8a3baa645c4e2a2b7b5c39e8642bae367981f37 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-01-07Moves rdo images URL to a new location for opnfvTim Rozet1-2/+4
Change-Id: I4e16b4a4432c935715f0522956614c891a695f70 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-01-06updating the odl patch so that OpenDaylightCount works properlyDan Radez1-36/+47
Change-Id: Icc453e3d5dc502ecedd696bad51399c55ed32996
2016-01-06Adds some network parsing for baremetal deployments and other fixesTim Rozet5-36/+68
Changes include: - Fixes Intel Pod 2 inventory file - Check for DHCP server on the host and disable - Adds realistic+common network-settings file - Modifies baremetal deployments to bridge to correct interface - Adds private/storage network OVS bridges - Parses network-settings into valid network-environment variables - If certain network-settings are missing they will be auto-detected Note: The actual settings set forth for deployment only include admin/external networks at the moment. Private/storage networks will be handled in an upcoming patch. JIRA: APEX-50 Change-Id: I0a1a86f37c08702a93fe167688c3149ba5573db4 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-01-05Merge "Image fix to force flavor to be 39GB"Tim Rozet1-0/+16
2016-01-05Image fix to force flavor to be 39GBTim Rozet1-0/+16
Testing if this fixes current CI breakage Change-Id: Ib4f75a9a1772c5363afab6d24b7a254f8cf6f6f8 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-01-04Merge "cleaning out some tarball manipulations from Makefile that are ↵Tim Rozet2-8/+1
unnessesary"
2015-12-21Added node role configurationViktor Tikkanen1-5/+10
If there are dedicated HW nodes for controller and compute nodes, it should be possible to define node roles in configuration files. This patch introduces "capabilities" property into pod_example_settings.yaml so as adds needed flavor definitions and overcloud deploy parameters into opnfv-deploy script. Change-Id: Ie62d3fa215aa168390d074c73fdb2fa03ecc67f5 Signed-off-by: Viktor Tikkanen <viktor.tikkanen@nokia.com>
2015-12-21Merge "adding build deps"Tim Rozet1-2/+2
2015-12-18cleaning out some tarball manipulations from Makefile that are unnessesaryDan Radez2-8/+1
Change-Id: I4a585a5e72872fa1887aa4487ebd7b17d07feacc
2015-12-18adding build depsDan Radez1-2/+2
- adding rpmbuild and createrepo as build deps - adding more packages to overcloud image Change-Id: I1cac2f62c7a52ee8bf2b0dc936df1066eb3599e8
2015-12-18Adding network configuration optionsDan Radez2-5/+9
- enabling subnet configuration for undercloud - enabling external network configuration Change-Id: Id1951d31faa1a68f850a75e2466d30b8abcea8ac
2015-12-18build_updatesDan Radez1-7/+21
- forcing wget for centos artifacts - extra checking for undercloud ip Change-Id: I79d1919f86d83fbf6a5d284bd3257fd40f9c7018
2015-12-16remove openstack-neutron-openvswitch, odl manages ovsDan Radez1-2/+3
Change-Id: I799eee7713f5dae213f97f3d9f59dc2defaf3159
2015-12-15fixing disabling l3 HA neutron option and removing duplicate ntp optionDan Radez1-5/+5
Change-Id: I6e3a4266be28b0f661e4b8e818c616000060905b
2015-12-14updating the repos so that master points to MitakaDan Radez1-5/+8
Change-Id: I7331dd91e6da3f82ba60689fffea8b2f46ff29db
2015-12-14updating the OpenDaylight patchDan Radez6-465/+1233
- using the proposed patched for upstream - ensuring l3_ha is disabled - exposing support for an ODL only node Change-Id: I6f4a50300ea08322eea4ba466fc1a3b0fbcb5743 Signed-off-by: Dan Radez <dradez@redhat.com>
2015-12-07switching to RDO build undercloud instead of building it ourselvesDan Radez4-60/+42
Change-Id: I9f09c195352d2d88a3da4f42e09424d96d39722b
2015-12-04adding build deps that have had to be installed manuallyDan Radez1-2/+2
Change-Id: I1af7ffdb1d1e4b96b31b44f2750de23b55d9d540
2015-12-02updating prebuilt imagesDan Radez2-13/+14
- switching to updated source from RDO project - adding md5sum check Change-Id: Ib7b7172596ae38522694090529e81db3cc7ff03d
2015-11-25adding installation instructionsDan Radez3-2/+91
JIRA: APEX-35 Change-Id: Iebbf85bd59844716961c27bb81ff7bbda2d1a1bf
2015-11-18updates and fixes to the iso buildDan Radez3-9/+625
- adding isohybrid so isos can be written to a USB - adding base group to yum comps file for iso install Change-Id: I3a8bda84b1a704f01e433f43533e63452f1a6e83
2015-11-18adding cleanup for buildDan Radez1-6/+1
Change-Id: If748e8fade74d3764c624f2b3a790421be4667e2
2015-11-17adding basic network isolationDan Radez6-44/+305
- separating external traffic from internal traffic JIRA: APEX-41 Change-Id: Idcd01a514083c53a3133a75d3bcabf824a7a4377
2015-11-07adding the opendaylight integrationDan Radez5-2/+487
Change-Id: Iaaf5cbc790abd3b7af6f94b4e6d7e8ecfbbc6534
2015-11-02Adds HA support to deployTim Rozet3-21/+26
Defaults the deploy to use HA and adds new param for using non-HA. JIRA: APEX-40 Change-Id: Ib3fc8b31ea13a3c590ceaa875197b4b9c1bb55a1 Signed-off-by: Tim Rozet <trozet@redhat.com>
2015-10-26minor update to build dependanciesDan Radez1-2/+2
removing libvirt package depenency, qemu-kvm maybe enough probably will have to evolve this list over time remove the openvswitch agent bounce from deploy this was a workaround for a bug that has been fixed Change-Id: Iad556da3b08cca234bd4d584b1a42b6fa45d6e4f Signed-off-by: Dan Radez <dradez@redhat.com>
2015-10-22Adding deploy.sh that work with RDO ManagerDan Radez3-30/+40
- adding virtual and jenkins support tested - adding config file parameters to deploy - instack virt-sparsify disabled for now - adding clean script Change-Id: I26b5968e64fa79af166b11422f5d73812d8e96d1 Signed-off-by: Dan Radez <dradez@redhat.com>
2015-10-20updating repos, liberty is becoming stableDan Radez1-6/+10
Change-Id: I6564c384db33a18f851dc35de6e1cb52e919753d Signed-off-by: Dan Radez <dradez@redhat.com>
2015-10-16cleaning up some thingsDan Radez1-41/+5
- clearing out the glance image builds, we download those from RDO - cleaning out the underlay attachment, that should happen in the deployment - no need to start the instack VM back up since the glance images are being downloaded Change-Id: I82098c9e908d58a704ce8b183d902032dd056be5 Signed-off-by: Dan Radez <dradez@redhat.com>
2015-10-16Merge "updates to the instack VM"Tim Rozet2-6/+8
2015-10-16updates to the instack VMDan Radez2-6/+8
- increasing memory and vcpus for the VM - dumping yum cache - virt-sparsifying the instack disk image - remove cleaning stack dir so we actually cache its contents Change-Id: Ie35a2daeba69a1b53a749ef3423ac6356408ff97 Signed-off-by: Dan Radez <dradez@redhat.com>
2015-10-15moving all resources and configs to /var/opt/opnfvDan Radez1-19/+11
Change-Id: Id34ae51c351abc6793a4afa484c86b2e2c8e56e8 Signed-off-by: Dan Radez <dradez@redhat.com>
2015-10-14using rdo project glance imagesDan Radez4-34/+44
Change-Id: I61cd1ff95c0940dcc5ef7d8dfcab507c5609b072 Signed-off-by: Dan Radez <dradez@redhat.com>
2015-10-09Variablize the ssh options for easier maintenanceDan Radez1-17/+17
Change-Id: I17a7bef84af194063f748773131dd3b8dc7c72dc Signed-off-by: Dan Radez <dradez@redhat.com>
2015-10-09cleaning up libvirt storage after undefineDan Radez1-7/+7
Change-Id: Id03828b1a61c2f9a3c56821d8ca31f2d82251c9b Signed-off-by: Dan Radez <dradez@redhat.com>
2015-10-08Fixes repos and adds errexit checks per radez github commitTim Rozet3-32/+38
Also fixes node vms naming issue where naming is changed from baremetal_x to baremetalbrbm_x in liberty. Change-Id: I8b791d71466d7c5c1037e45839e689a9aac0dd8f Signed-off-by: Tim Rozet <trozet@redhat.com>
2015-10-06Enhancing build with more resources and fixesDan Radez4-267/+7217
cleaning up the VMs after the build and fixing my bad spelling updating the rpm to include all the files nessesary to launch instack adding brbm to the build and rpm fixing stack directory creation adding glance images to the rpm Change-Id: Ia553dfa89bbd16a72139be240f47353eac8867f6 Signed-off-by: Dan Radez <dradez@redhat.com>
2015-10-05Fixes delorean repos to libertyTim Rozet1-4/+4
Change-Id: I2cdfa0cd6f287ad75193ec29ed74973d2a4f82ea Signed-off-by: Tim Rozet <trozet@redhat.com>
2015-10-01adding master support for buildingDan Radez6-62/+615
updating build.sh to use RDO manager ensuring jenkins will build properly Change-Id: Id7660c49650a85958e5ff0153d9b5cc6255cb6ad Signed-off-by: Dan Radez <dradez@redhat.com>
2015-08-14Adding initial build scripts based on RDO managerDan Radez4-0/+313
Change-Id: Ib5f8ed4dfcaa42bcefcf2a7914c201a887beeacd Signed-off-by: Dan Radez <dradez@redhat.com>