Skip to content

Instantly share code, notes, and snippets.

@jruels
jruels / gist:f03a91572b4205d2f69c
Created August 18, 2014 17:38
trusty preseed
root@511652-razor-dfw:/opt/razor-server# curl http://172.16.0.185:8080/svc/file/2/preseed
17:37:35,968 INFO [razor.sequel] (http-/0.0.0.0:8080-2) (0.001000s) CREATE TABLE IF NOT EXISTS "schema_info" ("version" integer DEFAULT 0 NOT NULL)
17:37:35,969 INFO [razor.sequel] (http-/0.0.0.0:8080-2) (0.000000s) SELECT * FROM "schema_info" LIMIT 1
17:37:35,971 INFO [razor.sequel] (http-/0.0.0.0:8080-2) (0.000000s) SELECT 1 AS "one" FROM "schema_info" LIMIT 1
17:37:35,973 INFO [razor.sequel] (http-/0.0.0.0:8080-2) (0.001000s) SELECT count(*) AS "count" FROM "schema_info" LIMIT 1
17:37:35,975 INFO [razor.sequel] (http-/0.0.0.0:8080-2) (0.000000s) SELECT "version" FROM "schema_info" LIMIT 1
17:37:35,976 INFO [razor.sequel] (http-/0.0.0.0:8080-2) (0.000000s) SELECT "version" FROM "schema_info" LIMIT 1
17:37:35,977 INFO [razor.web.api] (http-/0.0.0.0:8080-2) request from 2 for preseed
17:37:35,979 INFO [razor.sequel] (http-/0.0.0.0:8080-2) (0.001000s) SELECT * FROM "nodes" WHERE "id" = '2'
17:37:35,983 INFO [razo
@jruels
jruels / gist:c4dc0d93706c3031a7de
Created August 18, 2014 17:44
trusty preseed.erb
root@511652-razor-dfw:/opt/razor-server# cat tasks/ubuntu_trusty_amd64.task/preseed.erb
d-i console-setup/ask_detect boolean false
d-i keyboard-configuration/layoutcode string us
d-i netcfg/choose_interface select auto
d-i netcfg/get_hostname string <%= node.hostname %>
d-i netcfg/get_domain string <%= node.domainname %>
d-i netcfg/no_default_route boolean true
# This is the only line that differs from the `ubuntu` preseed file.
d-i live-installer/net-image string <%= repo_file("install/filesystem.squashfs") %>
d-i mirror/protocol string <%= repo_uri.scheme %>
@jruels
jruels / preseed.erb
Created August 18, 2014 19:29
working trusty razor preseed
root@511652-razor-dfw:~# cat /opt/razor-server/tasks/ubuntu_trusty_amd64.task/preseed.erb
d-i console-setup/ask_detect boolean false
d-i keyboard-configuration/layoutcode string us
d-i netcfg/choose_interface select auto
d-i netcfg/get_hostname string <%= node.hostname %>
d-i netcfg/get_domain string <%= node.domainname %>
d-i netcfg/no_default_route boolean true
# This is the only line that differs from the `ubuntu` preseed file.
d-i live-installer/net-image string <%= repo_url("install/filesystem.squashfs") %> #USED TO BE repo_file, WHICH IS WRONG
d-i mirror/protocol string <%= repo_uri.scheme %>
@jruels
jruels / gist:53ccd24d2d908e38f1a0
Created August 18, 2014 20:51
lxc-openstack-all-in-one error
controller1 [2014-08-18T19:28:25+00:00] WARN: Cloning resource attributes for directory[/var/cache/local/preseeding] from prior resource (CHEF-3694)
controller1 [2014-08-18T19:28:25+00:00] WARN: Previous directory[/var/cache/local/preseeding]: /var/chef/cache/cookbooks/apt/recipes/default.rb:76:in `block in from_file'
controller1 [2014-08-18T19:28:25+00:00] WARN: Current directory[/var/cache/local/preseeding]: /var/chef/cache/cookbooks/mysql/recipes/_server_debian.rb:4:in `from_file'
controller1 [2014-08-18T19:28:25+00:00] WARN: Cloning resource attributes for directory[/var/lib/mysql] from prior resource (CHEF-3694)
controller1 [2014-08-18T19:28:25+00:00] WARN: Previous directory[/var/lib/mysql]: /var/chef/cache/cookbooks/mysql/recipes/_server_debian.rb:34:in `block in from_file'
controller1 [2014-08-18T19:28:25+00:00] WARN: Current directory[/var/lib/mysql]: /var/chef/cache/cookbooks/mysql/recipes/_server_debian.rb:70:in `from_file'
controller1 [2014-08-18T19:28:25+00:00] WARN: Cloning resource attributes
Recipe: <Dynamically Defined Resource>
* execute[sysctl-p] action run
================================================================================
Error executing action `run` on resource 'execute[sysctl-p]'
================================================================================
Mixlib::ShellOut::ShellCommandFailed
------------------------------------
Expected process to exit with [0], but received '255'
014-08-21 18:36:25.610 27890 ERROR nova.scheduler.filter_scheduler [req-197c6993-07a7-4f55-9525-0b40c90fcdff 40789e837fbb4f4eb00494ea5add08e6 a3251c87f17b4d4bb37ed24f8e3172a4] [instance: c4d246d1-f34c-48a9-b5b1-8d913624b857] Error from last host: js-chef-allinone (node js-chef-allinone): [u'Traceback (most recent call last):\n', u' File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 1043, in _build_instance\n set_access_ip=set_access_ip)\n', u' File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 1426, in _spawn\n LOG.exception(_(\'Instance failed to spawn\'), instance=instance)\n', u' File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 1423, in _spawn\n block_device_info)\n', u' File "/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py", line 2091, in spawn\n block_device_info, context=context)\n', u' File "/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py", line 3249, in _create_domain_and_network\n domain = self._c
@jruels
jruels / from container
Created September 30, 2014 17:42
horizon fail
#/usr/local/bin/pip install --allow-all-external /opt/horizon_master
Requirement already satisfied (use --upgrade to upgrade): pbr>=0.6,!=0.7,<1.0 in /usr/local/lib/python2.7/dist-packages (from horizon==2014.2.dev319.g4d688be)
Downloading/unpacking Django>=1.4.2,<1.7 (from horizon==2014.2.dev319.g4d688be)
http://rpc-slushee.rackspace.com/python_packages/10.0.0/ uses an insecure transport scheme (http). Consider using https if rpc-slushee.rackspace.com has it available
Downloading Django-1.6.7-py2.py3-none-any.whl (6.7MB): 6.7MB downloaded
Downloading/unpacking django-compressor>=1.4 (from horizon==2014.2.dev319.g4d688be)
http://rpc-slushee.rackspace.com/python_packages/10.0.0/ uses an insecure transport scheme (http). Consider using https if rpc-slushee.rackspace.com has it available
Downloading django_compressor-1.4-py2.py3-none-any.whl (114kB): 114kB downloaded
Downloading/unpacking django-openstack-auth>=1.1.7 (from horizon==2014.2.dev319.g4d688be)
## REQUIRED SETTINGS
# LeftHand WS API Server URL
hplefthand_api_url=https://10.10.0.141:8081/lhos
# LeftHand Super user username
hplefthand_username=lhuser
# LeftHand Super user password
hplefthand_password=lhpass
@jruels
jruels / chef error
Last active August 29, 2015 14:07
keystone sucks
================================================================================
Recipe Compile Error in /var/chef/cache/cookbooks/openstack-monitoring/recipes/keystone.rb
================================================================================
NoMethodError
-------------
undefined method `[]' for nil:NilClass
@jruels
jruels / chef environment
Created October 7, 2014 21:56
keystone again
root@chef:~# knife environment show -Fj rpcv422
{
"name": "rpcv422",
"description": "Rackspace Private Cloud v4.2.2",
"cookbook_versions": {
},
"json_class": "Chef::Environment",
"chef_type": "environment",
"default_attributes": {
},