Ubuntu Pastebin

Paste from jamespage at Fri, 20 Feb 2015 13:06:37 +0000

Download as text
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
basic: 
  services: 
    keystone: 
      charm: "cs:trusty/keystone-9"
      num_units: 1
      options: 
        "admin-password": openstack
        "openstack-origin": "cloud:trusty-juno"
      annotations: 
        "gui-x": "500"
        "gui-y": "0"
      to: 
        - "lxc:nova-compute=0"
    "neutron-gateway": 
      charm: "cs:trusty/quantum-gateway-7"
      num_units: 1
      options: 
        "ext-port": eth1
        "openstack-origin": "cloud:trusty-juno"
      annotations: 
        "gui-x": "0"
        "gui-y": "0"
      to: 
        - "0"
    "neutron-api": 
      charm: "cs:trusty/neutron-api-5"
      num_units: 1
      options: 
        "neutron-security-groups": true
        "openstack-origin": "cloud:trusty-juno"
      annotations: 
        "gui-x": "500"
        "gui-y": "500"
      to: 
        - "lxc:nova-compute=0"
    "neutron-openvswitch": 
      charm: "cs:trusty/neutron-openvswitch-1"
      num_units: 0
      annotations: 
        "gui-x": "250"
        "gui-y": "500"
    mysql: 
      charm: "cs:trusty/mysql-14"
      num_units: 1
      options: 
        "max-connections": 20000
      annotations: 
        "gui-x": "0"
        "gui-y": "250"
      to: 
        - "lxc:0"
    "nova-compute": 
      charm: "cs:trusty/nova-compute-11"
      num_units: 3
      options: 
        "enable-live-migration": true
        "enable-resize": true
        "migration-auth-type": ssh
        "openstack-origin": "cloud:trusty-juno"
      annotations: 
        "gui-x": "250"
        "gui-y": "250"
    glance: 
      charm: "cs:trusty/glance-9"
      num_units: 1
      options: 
        "openstack-origin": "cloud:trusty-juno"
      annotations: 
        "gui-x": "250"
        "gui-y": "0"
      to: 
        - "lxc:nova-compute=1"
    "nova-cloud-controller": 
      charm: "cs:trusty/nova-cloud-controller-50"
      num_units: 1
      options: 
        "network-manager": Neutron
        "openstack-origin": "cloud:trusty-juno"
        "quantum-security-groups": "yes"
      annotations: 
        "gui-x": "0"
        "gui-y": "500"
      to: 
        - "lxc:nova-compute=2"
    "openstack-dashboard": 
      charm: "cs:trusty/openstack-dashboard-8"
      num_units: 1
      options: 
        "openstack-origin": "cloud:trusty-juno"
      annotations: 
        "gui-x": "500"
        "gui-y": "-250"
      to: 
        - "lxc:nova-compute=1"
    "rabbitmq-server": 
      charm: "cs:trusty/rabbitmq-server-22"
      num_units: 1
      annotations: 
        "gui-x": "500"
        "gui-y": "250"
      to: 
        - "lxc:0"
    cinder: 
      charm: "cs:trusty/cinder-10"
      num_units: 1
      options: 
        "block-device": None
        "glance-api-version": 2
        "openstack-origin": "cloud:trusty-juno"
      annotations: 
        "gui-x": "750"
        "gui-y": "0"
      to: 
        - "lxc:nova-compute=2"
    "cinder-ceph": 
      charm: "cs:trusty/cinder-ceph-4"
      num_units: 0
      annotations: 
        "gui-x": "750"
        "gui-y": "250"
    "ceph-radosgw":
      charm: "cs:trusty/ceph-radosgw-9"
      num_units: 1
      options: 
        "source": "cloud:trusty-juno"
        "use-embedded-webserver": true
      annotations: 
        "gui-x": "1000"
        "gui-y": "250"
      to: 
        - "lxc:nova-compute=1"
    ceph: 
      charm: "cs:trusty/ceph-31"
      num_units: 3
      options: 
        fsid: "5a791d94-980b-11e4-b6f6-3c970e8b1cf7"
        "monitor-secret": AQAi5a9UeJXUExAA+By9u+GPhl8/XiUQ4nwI3A==
        "osd-devices": /dev/sdb
        "osd-reformat": "yes"
        source: "cloud:trusty-juno"
      annotations: 
        "gui-x": "750"
        "gui-y": "500"
      to: 
        - "nova-compute=0"
        - "nova-compute=1"
        - "nova-compute=2"
    "ceph-osd": 
      charm: "cs:trusty/ceph-osd-5"
      num_units: 1
      options: 
        "osd-devices": /dev/sdb
        "osd-reformat": "yes"
        source: "cloud:trusty-juno"
      annotations: 
        "gui-x": "1000"
        "gui-y": "500"
      to: 
        - "0"
    ntp: 
      charm: "cs:trusty/ntp-6"
      num_units: 0
      annotations: 
        "gui-x": "1000"
        "gui-y": "0"
  relations: 
    - - "nova-compute:amqp"
      - "rabbitmq-server:amqp"
    - - "neutron-gateway:amqp"
      - "rabbitmq-server:amqp"
    - - "keystone:shared-db"
      - "mysql:shared-db"
    - - "nova-cloud-controller:identity-service"
      - "keystone:identity-service"
    - - "glance:identity-service"
      - "keystone:identity-service"
    - - "neutron-api:identity-service"
      - "keystone:identity-service"
    - - "neutron-openvswitch:neutron-plugin-api"
      - "neutron-api:neutron-plugin-api"
    - - "neutron-api:shared-db"
      - "mysql:shared-db"
    - - "neutron-api:amqp"
      - "rabbitmq-server:amqp"
    - - "neutron-gateway:neutron-plugin-api"
      - "neutron-api:neutron-plugin-api"
    - - "glance:shared-db"
      - "mysql:shared-db"
    - - "glance:amqp"
      - "rabbitmq-server:amqp"
    - - "nova-cloud-controller:image-service"
      - "glance:image-service"
    - - "nova-compute:image-service"
      - "glance:image-service"
    - - "nova-cloud-controller:cloud-compute"
      - "nova-compute:cloud-compute"
    - - "nova-cloud-controller:amqp"
      - "rabbitmq-server:amqp"
    - - "nova-cloud-controller:quantum-network-service"
      - "neutron-gateway:quantum-network-service"
    - - "nova-compute:neutron-plugin"
      - "neutron-openvswitch:neutron-plugin"
    - - "neutron-openvswitch:amqp"
      - "rabbitmq-server:amqp"
    - - "openstack-dashboard:identity-service"
      - "keystone:identity-service"
    - - "nova-cloud-controller:shared-db"
      - "mysql:shared-db"
    - - "nova-cloud-controller:neutron-api"
      - "neutron-api:neutron-api"
    - - "cinder:image-service"
      - "glance:image-service"
    - - "cinder:amqp"
      - "rabbitmq-server:amqp"
    - - "cinder:identity-service"
      - "keystone:identity-service"
    - - "cinder:cinder-volume-service"
      - "nova-cloud-controller:cinder-volume-service"
    - - "cinder-ceph:storage-backend"
      - "cinder:storage-backend"
    - - "ceph:client"
      - "nova-compute:ceph"
    - - "cinder:shared-db"
      - "mysql:shared-db"
    - - "ceph:client"
      - "cinder-ceph:ceph"
    - - "ceph:client"
      - "glance:ceph"
    - - "ceph-osd:mon"
      - "ceph:osd"
    - - "ntp:juju-info"
      - "nova-compute:juju-info"
    - - "ntp:juju-info"
      - "neutron-gateway:juju-info"
    - - "ntp:juju-info"
      - "ceph-osd:juju-info"
    - - "ceph-radosgw:mon"
      - "ceph:radosgw"
    - - "ceph-radosgw:identity-service"
      - "keystone:identity-service"
  series: trusty
Download as text