summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-11-21Merge "Example as code, documentation template for sphinx build"Dan Radez4-0/+150
2015-11-19Enabling options for passing configuration filesDan Radez1-20/+40
- virtual deploys still expect to pull pre-canned files from $CONFIG dir - non-virtual deploys now expect an instackenv.json and network-environment.yaml file in pwd on deploy JIRA: APEX-41 JIRA: APEX-49 Change-Id: Ib61ac7448917ec1ea728c23cb3406feab9058f77
2015-11-19enable network-isoaltion and opendaylightDan Radez1-1/+1
Change-Id: I2a506f95036b897309dbaf9120426bdf3f4a6337
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-18updates to cleanup.shDan Radez1-4/+18
- adding vol-delete to help ensure volumes are cleaned up - adding brbm clean up Change-Id: I3cbb79b09c6ac77dbc3c452938dbd6a6d03c815b
2015-11-17adding basic network isolationDan Radez8-59/+332
- separating external traffic from internal traffic JIRA: APEX-41 Change-Id: Idcd01a514083c53a3133a75d3bcabf824a7a4377
2015-11-16Merge "changing copying to linking to save time and space on the build"Tim Rozet1-6/+6
2015-11-13changing copying to linking to save time and space on the buildDan Radez1-6/+6
Change-Id: I6a0a63f04c0693b9dd2f4a137475ef00c2377455
2015-11-12fixing non-ha deployDan Radez1-2/+3
The instackenv has 5 nodes in it but we were only putting two back into the pool. This patch puts all 5 back in the pool but doesn't throw the ha flags JIRA: APEX-45 Change-Id: I1c539eafca9ed2f674a1a954f75c175fe9efc5bb
2015-11-11Merge "adding the opendaylight integration"Tim Rozet6-3/+496
2015-11-09adding variable fix for clean upDan Radez1-1/+1
Change-Id: I4e18bc0ddfb39a11c75070012743e6a68ecb70f6
2015-11-08arg parse updatesDan Radez1-13/+5
- replacing the echo | cut with bash string slicing - replacing underscores with dashes in long args - adding no-ha to the usage display Change-Id: Ie87709c60a485bbcd97f168207e03d43bd85f24a
2015-11-07adding the opendaylight integrationDan Radez6-3/+496
Change-Id: Iaaf5cbc790abd3b7af6f94b4e6d7e8ecfbbc6534
2015-11-04Merge "adding --atime-preseve to try and fix caching"Tim Rozet1-2/+2
2015-11-04adding --atime-preseve to try and fix cachingDan Radez1-2/+2
Change-Id: I6446058a5ab1dd37659e553ad41d9fd9b0f9bd25
2015-11-04end user messaging and ssh options updateDan Radez1-2/+4
- updating end user output - adding option to ssh to supress excessive warnings Change-Id: Ibe44b4a580bcb1e60899b8f8aca8cbadc8e447a9
2015-11-02Adds HA support to deployTim Rozet5-30/+50
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 Radez2-5/+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 Radez5-106/+259
- 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 Radez2-45/+9
- 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 Rozet3-8/+13
2015-10-16updates to the instack VMDan Radez3-8/+13
- 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 Radez8-67/+630
updating build.sh to use RDO manager ensuring jenkins will build properly Change-Id: Id7660c49650a85958e5ff0153d9b5cc6255cb6ad Signed-off-by: Dan Radez <dradez@redhat.com>
2015-09-18updating release notes for BramaputraDan Radez1-110/+66
Change-Id: I9881d7dd2887cb2b882d45acec4ec60c0e92a7c8 JIRA: APEX-34 Signed-off-by: Dan Radez <dradez@redhat.com>
2015-09-18migrating Arno release notes into Apex repo.Dan Radez1-0/+273
Migrating them as is so a subsequent patch can be merged with updates to it JIRA: APEX-34 Change-Id: I1651464846e108ab7e4ab8aef7eacfe5c1cc05fd Signed-off-by: Dan Radez <dradez@redhat.com>
2015-09-10Example as code, documentation template for sphinx buildAric Gardner4-0/+150
This code will be pushed to each project as an example to the devs. JIRA:RELENG-15 Change-Id: I7f0a718ffb8c318b8ab0bd5ba3fa4dd9176625a8 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-09-10Adding .gitreviewAric Gardner1-0/+4
Change-Id: Ia6a5f23c157bab1eeea021072aa746d3980a4d89 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-08-31Adding initial deploy script based on RDO managerDan Radez1-0/+207
Change-Id: Ic193e3d10537da7b669e2d709d06fff176a21658 Signed-off-by: Dan Radez <dradez@redhat.com>
2015-08-14Adding initial build scripts based on RDO managerDan Radez5-0/+711
Change-Id: Ib5f8ed4dfcaa42bcefcf2a7914c201a887beeacd Signed-off-by: Dan Radez <dradez@redhat.com>
2015-07-20New repo init (Includes INFO and LICENSE)Tim Rozet2-0/+106
JIRA: Change-Id: I077423b744312891ecc6d1b7bca792d70834c825 Signed-off-by: Tim Rozet <trozet@redhat.com>
2015-07-17Initial empty repositoryAric Gardner0-0/+0