These page numbers are from the ePUB version of the book.
Many Pages
Registry deprecated - http://b.gcr.io
Page 82
--port no longer supported by kubectl port-forward
These page numbers are from the ePUB version of the book.
Many Pages
Registry deprecated - http://b.gcr.io
Page 82
--port no longer supported by kubectl port-forward
2016-05-18 03:31:10 WARNING [755] Puppet agent 1 didn't respond within the allotted time | |
2016-05-18 03:31:10 ERROR [755] Task '{"priority"=>6100, "type"=>"puppet", "id"=>"openstack-controller", "parameters"=>{"puppet_modules"=>"/etc/puppet/ | |
modules", "puppet_manifest"=>"/etc/puppet/modules/osnailyfacter/modular/openstack-controller/openstack-controller.pp", "timeout"=>3600, "cwd"=>"/"}, "u | |
ids"=>["1"]}' failed on node 1 | |
2016-05-18 03:31:10 ERROR [755] No more tasks will be executed on the node 1 | |
2016-05-18 03:31:10 DEBUG [755] Task time summary: openstack-controller with status error on node 1 took 01:00:02 | |
2016-05-18 03:31:10 DEBUG [755] Data received by DeploymentProxyReporter to report it up: | |
{"nodes"=> | |
[{"uid"=>"1", | |
"status"=>"error", |
TASK [application : Add lbs servers ips to hosts file] ************************* | |
[DEPRECATION WARNING]: Skipping task due to undefined attribute, in the future | |
this will be a fatal error.. This feature will be removed in a future release. | |
Deprecation warnings can be disabled by setting deprecation_warnings=False in | |
ansible.cfg. | |
TASK [application : create a database for wordpress] *************************** | |
fatal: [lb01]: FAILED! => {"failed": true, "msg": "ERROR! The conditional check 'server_role == 'db'' failed. The error was: ERROR! error while evaluating conditional (server_role == 'db'): ERROR! 'server_role' is undefined\n\nThe error appears to have been in '/Users/jruels/Projects/install-wordpress-ansible/roles/application/tasks/main.yml': line 6, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n## database tasks\n- include: 02-create_databases.yml\n ^ here\n"} |
#!/usr/bin/python | |
def add(): | |
print "Enter the two numbers to Add" | |
A=int(raw_input("Enter A: ")) | |
B=int(raw_input("Enter B: ")) | |
return A + B | |
def sub(): | |
print "Enter the two numbers to Subtract" |
function myChildren(name) { | |
if (name == "Dave") { | |
return "Oldest"; | |
} | |
else if (name == "Michelle") { | |
return "Middle"; | |
} | |
else { | |
return "Not my kid!"; | |
} |
#Make sure AggregateImagePropertiesIsolation is enabled in nova.conf | |
scheduler_default_filters=AggregateImagePropertiesIsolation | |
# Restart all nova services on all controllers | |
# Create host aggregates | |
# For example one aggregate for ESX and one for KVM | |
nova aggregate-create ESX-AZ ESX-AZ | |
nova aggregate-create KVM-AZ KVM-AZ |
## Find the official PostgreSQL (`postgres`) image | |
Click the **>>** and **<<** links at the bottom of the page to navigate through the Official images. | |
--- | |
## Review the image details | |
Find the 'postgres' official image and click the **> DETAILS** link for more image information. |
Debug mode enabled. Builds will not be parallelized. | |
vmware-vmx output will be in this color. | |
==> vmware-vmx: Pausing after run of step 'StepPrepareTools'. Press enter to continue. | |
==> vmware-vmx: Pausing after run of step 'StepOutputDir'. Press enter to continue. | |
==> vmware-vmx: Pausing after run of step 'StepCreateFloppy'. Press enter to continue. | |
==> vmware-vmx: Cloning source VM... | |
==> vmware-vmx: Pausing after run of step 'StepCloneVMX'. Press enter to continue. | |
==> vmware-vmx: Pausing after run of step 'StepConfigureVMX'. Press enter to continue. | |
==> vmware-vmx: Pausing after run of step 'StepSuppressMessages'. Press enter to continue. |
==> vmware-vmx: Deleting unnecessary VMware files... | |
vmware-vmx: Deleting: output-vmware-vmx/packer-vmware-vmx-1429660305.plist | |
vmware-vmx: Deleting: output-vmware-vmx/packer-vmware-vmx-1429660305.vmx.lck/M51947.lck | |
vmware-vmx: Deleting: output-vmware-vmx/vmware.log | |
==> vmware-vmx: Cleaning VMX prior to finishing up... | |
vmware-vmx: Unmounting floppy from VMX... | |
==> vmware-vmx: Compacting the disk image | |
==> vmware-vmx: Deleting output directory... | |
Build 'vmware-vmx' errored: Error compacting disk: VMware error: VixDiskLib: Invalid configuration file parameter. Failed to read configuration file. | |
Failed to open the disk '/Users/aslaen/Projects/packer_templates/output-vmware-vmx/autoinst.iso' : A file was not found (0x4). |
$ ls -ltr Installed\ Packages/ | |
total 1112 | |
-rw-r--r--@ 1 aslaen staff 108299 Nov 27 23:02 Vintageous.sublime-package | |
-rw-r--r--@ 1 aslaen staff 4436 Nov 27 23:02 SublimeLinter-ruby.sublime-package | |
-rw-r--r--@ 1 aslaen staff 198414 Nov 27 23:02 SublimeGit.sublime-package | |
-rw-r--r--@ 1 aslaen staff 132375 Nov 27 23:02 Package Control.sublime-package | |
-rw-r--r--@ 1 aslaen staff 49144 Nov 27 23:02 GitGutter.sublime-package | |
-rw-r--r--@ 1 aslaen staff 29989 Nov 27 23:02 Chef.sublime-package | |
-rw-r--r--@ 1 aslaen staff 2360 Nov 27 23:02 Alternate VIM Navigation.sublime-package | |
-rw-r--r-- 1 aslaen staff 28200 Dec 10 11:04 Git.sublime-package |