During bashate -ing some files with .sh extension has been modified,
which are interpreted with /bin/sh, which takes a different syntax.
Fixing the issue:
- rename the files, so they are not picked up
- use syntax that's understood by sh
Change-Id: I617b24813df86687ca33745d0c940b0c659f2e14
The current HP cloud official centos6 images ("CentOS 6.3 Server
64-bit 20130116" - c1f9f404-39c2-4e83-b4bb-90d5ead16a36) by default
can't connect to mirrors.fedoraproject.org over https
---
[root@test ~]# urlgrabber -d 1,debug.txt https://mirrors.fedoraproject.org/metalink?repo=epel-6
* About to connect() to mirrors.fedoraproject.org port 443 (#0)
* Trying 140.211.169.197... * connected
* Connected to mirrors.fedoraproject.org (140.211.169.197) port 443 (#0)
* Initializing NSS with certpath: sql:/etc/pki/nssdb
* CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none
* NSS error -8092
* Closing connection #0
* SSL connect error
---
This requires an update of ca-certificates before it will work.
Change-Id: I9c5e595aa2b8e86188cb7db658ce4b630e6d0774
* nodepool/scripts/prepare_node.sh: The py3k-precise nodes use a
virtualenv which defaults to python3.3, and zuul has at least one
dependency which fails to install in this situation (python-daemon
tries to use a non-Py3K compliant print syntax in its
version_info.py module). By telling virtualenv to use python2
instead we sidestep this issue.
Change-Id: Idfa70dee91494da83380fa0c0a1f8427659f6ce2
We are renaming openstack-infra/config to
openstack-infra/system-config. This patch edits paths for
nodepool.
Change-Id: I75de3128e9d179b700df465726ed057439e5401e
Some vendor specific images have both -virutal and
-generic kernel images, so we need to remove both versions
of the troublesome -70 kernel so that we can install -69
and let openvswitch build.
Change-Id: Id6bdbefbf6fd3b783a189c1cf2ca0923ac5c43df
Fix:
E020: Function declaration not in format "^function name {$": 'function
log_extlinux() {'
...scripts/convert_node_to_xenserver.sh: L421
Change-Id: Ice9431275feba9e45f11e64d911976e643baf3c0
Add some filtering to 55-cache-devsatck-repos to handle centos7, which
actually gets setup with a DISTRO_NAME of rhel7 in devstack
Update the readme file to highlight the options for building other
images.
"DISTRO=centos7 ./tools/build-image.sh" creates a workable centos7
qcow image with this change and a d-i-b that includes
Ie24033468b78587ea87188ee1b843b26895798ff
Change-Id: Ida38cba0a303ab77432d5d354f1952e00ebfa00e
Also create tools/run-bashate.sh to wrap a find command to search for
files to run bashate on, and use it in tox.
Change-Id: I5ab07425f566a556f158a4b76b00aa35f9fb4385
Upstreaming several changes from XenServer CI:
- Use tty0 as console - thus the user can see what's happening during
installation over VNC console.
- Set the number of VCPUs to 6 for the DomU appliance
- Add prepare_node_xenserver.sh script.
- Use testing xva 1.1.4 which has trusty.
Change-Id: I56fc4e1af12f3f13fd1aa0b772bd8734b412d3d5
This repo was created from filter branching the openstack-infra/
config repo. This process brought a lot of cruft with it in the
form of directories that we no longer need. This patch removes
that cruft so we begin with a tidier repo.
Change-Id: Ibffad1b11c0c5f84eedfb0365369f60c4961a0f3