087db8cc5b
Without this patch all the instances are deployed with the following hostname: Murano-RandomID-HOSTNAME-randomID With this Patch the new instances will be deployed just with the hostname. This is more benefit on Windows instances where the recommended length for the hostname is 15 characters. Change-Id: I8c9867481071b2ae09c3ea17cba4c535759aaf58 Closes-Bug: #1605786
21 lines
509 B
Plaintext
21 lines
509 B
Plaintext
yum_repos:
|
|
epel-testing:
|
|
baseurl: http://download.fedoraproject.org/pub/epel/$releasever/$basearch
|
|
enabled: true
|
|
failovermethod: priority
|
|
gpgcheck: false
|
|
name: Extra Packages for Enterprise Linux - Testing
|
|
|
|
packages:
|
|
- subversion
|
|
- git-core
|
|
- wget
|
|
- make
|
|
- gcc
|
|
- python-pip
|
|
- python-dev
|
|
- python-setuptools
|
|
- python-virtualenv
|
|
|
|
hostname: $instanceHostname
|