This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class dhcp::params { | |
$dhcp_dir = $operatingsystem ? { | |
Ubuntu => "/etc/dhcp", | |
debian => "/etc/dhcp", | |
darwin => "/opt/local/etc/dhcp", | |
default => "/etc", | |
} | |
$packagename = $operatingsystem ? { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d-i partman-auto/disk string /dev/sda | |
d-i partman-auto/method string regular | |
d-i partman-auto/init_automatically_partition select Guided - use entire disk | |
d-i partman/confirm_write_new_label boolean true | |
d-i partman/choose_partition select \ | |
Finish partitioning and write changes to disk | |
# d-i partman/choose_partition select finish | |
d-i partman/confirm boolean true | |
d-i partman/confirm_nooverwrite boolean true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Unable to save | |
Reverse DNS record for em1.cloudcomplab.ch task failed with the following error: Update errors: Answer: | |
;; ->>HEADER<<- opcode: UPDATE, status: REFUSED, id: 48509 | |
;; flags: qr ra; ZONE: 1, PREREQ: 0, UPDATE: 0, ADDITIONAL: 0 | |
;; ZONE SECTION: | |
;56.168.192.in-addr.arpa. IN SOA |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adduser foreman-proxy bind |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Unable to save | |
failed to detect boot server: undefined method `bootserver_ip' for # | |
Failed to perform rollback on DHCP Settings for em1.cloudcomplab.ch - undefined method `destroy' for nil:NilClass |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
puppet-agent[1824]: Could not retrieve fact: Error 400 on SERVER: Not authorized to call find on /file_metadata/facts Could not retrieve file metadata for puppet://foreman.cloudcomplab.ch/facts: Error 400 on SERVER: Not authorized to call find on /file_metadata/facts |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~ | |
git clone git://github.com/openstack-dev/devstack.git | |
cd /opt/devstack | |
git checkout remotes/origin/stable/essex |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get -y install python-pip python-dev build-essential | |
pip install pyssf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip uninstall prettytable | |
pip install "prettytable<0.6" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sed -i 's/NOVA_REPO=https\:\/\/github.com\/openstack\/nova.git/NOVA_REPO=https\:\/\/github.com\/dizz\/nova.git/' stackrc | |
sed -i 's/NOVA_BRANCH=stable\/essex/NOVA_BRANCH=bp\/bexar-open-cloud-compute-interface/' stackrc |