Skip to content

Instantly share code, notes, and snippets.

@antonym
Last active March 6, 2017 14:10
Show Gist options
  • Save antonym/14a7da3b302fc77f9e772ae3cc1bd3f3 to your computer and use it in GitHub Desktop.
Save antonym/14a7da3b302fc77f9e772ae3cc1bd3f3 to your computer and use it in GitHub Desktop.
#!ipxe
# PXE file last generated: Sat, 04 Mar 2017 16:40:30 +0000
# Attributes for server_name: osa-deploy
# device attributes
set cloud_id 1
set project_id 717e9a21-6e2d-44e0-bc84-8398563bdada
set region_id 1
set cell_id 1
set host_id 1
set server_name osa-deploy
# networking
set datacenter
set mgmt_netmask 255.255.252.0
set mgmt_ip_block_cidr 10.22.8.0/22
set mgmt_gateway_ip 10.22.8.1
set mgmt_ip_block_type PublicIpBlock
set mgmt_vlan_number 50
set mgmt_nss NSS33
set mgmt_ip_address 10.22.8.50
set primary_dns
set secondary_dns
set switch_name dfw-tor-1
set switch_port 1
# ecopoiesis settings
set ecopoiesis_bootstrapped true
set ecopoiesis_boot_os ubuntu
set ecopoiesis_boot_os_version xenial
set ecopoiesis_boot_profile cloud
set ecopoiesis_boot_status provision
set ecopoiesis_enforce_firmware false
set ecopoiesis_operational_status None
# rax datacenter attributes
set core_name
set core_status
# CRATON DUMP
# {
# "cell_id": 1,
# "cloud_id": 1,
# "links": [
# {
# "href": "http://10.22.226.230:8080/v1/cells/1",
# "rel": "up"
# }
# ],
# "region_id": 1,
# "created_at": "2017-03-04T03:10:50.000000",
# "updated_at": null,
# "note": null,
# "parent_id": null,
# "device_type": "server",
# "active": true,
# "variables": {
# "ecopoiesis_boot_profile": "cloud",
# "switch_port": "1",
# "ecopoiesis_boot_os_version": "xenial",
# "switch_name": "dfw-tor-1",
# "os_status": "installing",
# "ecopoiesis_boot_status": "provision",
# "ecopoiesis_operational_status": "None",
# "ecopoiesis_enforce_firmware": "false",
# "ecopoiesis_boot_os": "ubuntu",
# "os": "debian",
# "ecopoiesis_bootstrapped": "true"
# },
# "project_id": "717e9a21-6e2d-44e0-bc84-8398563bdada",
# "ip_address": "10.127.5.110",
# "id": 1,
# "name": "osa-deploy"
# }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment