aboutsummaryrefslogtreecommitdiffstats
path: root/labs/arm
AgeCommit message (Collapse)AuthorFilesLines
2017-04-01arm-pod3: Fix IPMI2SNMP port mappingAlexandru Avadanii1-5/+5
Change-Id: I2fe5a60eca8b014df5f3a3a7259df6c2b101dead Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-03-30Merge "arm-pod1: Fix missing uri in repo config"Alexandru Avadanii1-0/+1
2017-03-30arm-pod1: Fix missing uri in repo configAlexandru Avadanii1-0/+1
Change-Id: I669de01f7e739650aa2bca8b8842928d6d3a7069 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-03-29arm-pod3: Use IPMI2SNMP to bypass flaky IPMIAlexandru Avadanii1-5/+10
This is specific to Enea Pharos Lab, where we have a proxy that translates IPMI requests to SNMP which commands a power controller. Change-Id: I6c62c900823bf1496754fcbbbb8d81c5fa173e9c Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-03-27Update repos for arm podsCristina Pauna4-3/+128
Workarownd for JIRA: FUEL-250 Change-Id: I44077a6c5439e82d4547865e45a7f502778f897d Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
2017-03-23arm-pod1: Remove package list overrideAlexandru Avadanii1-104/+0
Let all package selection default to recently added kernel. Change-Id: I0f67e19d57dee1578a9172f32d72d25094f053f2 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-02-06arm-pod3: Fix incomplete regex in DEAAlexandru Avadanii1-1/+1
Change-Id: Id752c5823b98667a45955359f77630df07fb2e51 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-02-05arm-pod2: Redistribute roles, fix incomplete regexAlexandru Avadanii1-5/+5
JIRA: ARMBAND-209 Change-Id: I2cff456f1d3106e504ca8a70a308ac61322ea825 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-02-05arm-pod2: dha: Fix missing titleAlexandru Avadanii1-0/+1
JIRA: ARMBAND-209 Change-Id: Ide8eb9f31e64f1ca2e6230f70426b95ae0ef722a Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-02-05arm-pod2: Refresh dea/dha after node replacementAlexandru Avadanii2-63/+21
TODO: Replace local ipmi2snmp wrapper addr (127.0.0.1). JIRA: ARMBAND-209 Change-Id: I8d79636216feb68e17336d2ba2b474f22fc00bb5 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-01-23armband: Add public DNS, NTP serversAlexandru Avadanii4-0/+192
While at it, enable "Public Gateway is Available", since our PODs do have internet access during deployment. JIRA: ARMBAND-207 Change-Id: I2ad453732baa8484a17e425602c4cd42c2f55969 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-01-21Armband: Uplift Fuel cfg to Newton on Ubuntu 16.04Alexandru Avadanii4-963/+27
Refresh all PODs' config for Newton: - s/trusty/xenial/ - s/14.04/16.04/ - s/mos9/mos10/ - s/mitaka/newton/ - target image initial package list refresh; - clean up virtual pod DEA override; - remove hardcoded package lists from DEA overrides for all PODs except arm-pod1, which requires a custom kernel version; TODO (later): - enable Jumbo frames (mtu=9000) for all interfaces; JIRA: ARMBAND-198 Depends-on: Ia99022e364e61245d109cabab9d0ed7157b4d2f5 Change-Id: I0c429ffe5a28e920b2268b9ada622df9049071ee Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2016-11-29Move the local_env filecristinapauna1-0/+0
The local_env file was in the wrong directory and it was not sourced by the deploy script. Moved it to the correct location Change-Id: Ie5ddcfc656dc5c0a79aa49c2c553819b72303ef3 Signed-off-by: cristinapauna <cristina.pauna@enea.com>
2016-11-25Add a virtual POD for ARMcristinapauna3-0/+1171
Define the DHA, DEA-override and local_env file for new POD arm-virtual1 JIRA: ARMBAND-123 Change-Id: I083cb198f30748aafdd5eca7138f876314ee0a00 Signed-off-by: cristinapauna <cristina.pauna@enea.com>
2016-11-24arm-pod1: Pin older kernel to avoid link issuesAlexandru Avadanii1-3/+21
Current Ubuntu Trusty kernel `linux-image-generic-lts-xenial`, backported from Xenial, introduced a regressiong with our 10G Extreme Networks switch - sometimes the link negotiation fails. This was not a problem with the previous 4.4 kernel we used, 4.4.0-45-generic (current is 4.4.0-47-generic), so pin it until upstream fixes the rootcause. Since the local mirror only contains the new kernel, bring back access to public Ubuntu repos (only for this pod). NOTE: Our admin interface is on a PCI NIC, so we will keep using the new (faulty) kernel for bootstrap image. See [1] for full problem description. [1] https://jira.opnfv.org/browse/ARMBAND-168 Change-Id: I39505013804620f1b910169492e895a637d20de2 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2016-11-16armband deploy: switch to local Ubuntu/MOS mirrorsAlexandru Avadanii3-96/+6
Since we now enabled local (multiarch) mirrors for Ubuntu, we should make the automatic deploy benefit from them, and not rely on public internet mirros at all. FIXME: completely remove repo overrides and let dea_base set these approapiately, after the packetary mirror rework is merged in Fuel@OPNFV (FUEL-223). JIRA: ARMBAND-35 JIRA: FUEL-218 JIRA: FUEL-223 Change-Id: I424fff2ec89b38a6e3a911a6287add34c64633c9 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2016-10-14arm: Add lab-config for Enea Pharos PODsAlexandru Avadanii9-0/+1378
This was previously stored on git.enea.com. While at it, fix Armband master deploy issues by adjusting version strings in DHA files. JIRA: ARMBAND-149 JIRA: ARMBAND-150 Change-Id: I2e9580465e8fc2052dfe7fd353e00fd93a10219b Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>