Docs update for new fedora atomic 1.0.4

Update examples in  docs to use fedora-21-atomic-5

This patch will update documentation for use
of magnum as we know new image of fedora 1.0.4
has been built.

Change-Id: Ic02428237d12478a7f1e43510865258f5f837d18
Partially-Implements: blueprint kubernetes-v1
This commit is contained in:
Manjeet Singh Bhatia 2015-09-08 08:53:27 -04:00
parent 25ae7c7044
commit 158217ba7b
3 changed files with 6 additions and 6 deletions

View File

@ -160,7 +160,7 @@ when installing devstack use::
| 7f5b6a15-f2fd-4552-aec5-952c6f6d4bc7 | cirros-0.3.4-x86_64-uec | ami | ami | 25165824 | active | | 7f5b6a15-f2fd-4552-aec5-952c6f6d4bc7 | cirros-0.3.4-x86_64-uec | ami | ami | 25165824 | active |
| bd3c0f92-669a-4390-a97d-b3e0a2043362 | cirros-0.3.4-x86_64-uec-kernel | aki | aki | 4979632 | active | | bd3c0f92-669a-4390-a97d-b3e0a2043362 | cirros-0.3.4-x86_64-uec-kernel | aki | aki | 4979632 | active |
| 843ce0f7-ae51-4db3-8e74-bcb860d06c55 | cirros-0.3.4-x86_64-uec-ramdisk | ari | ari | 3740163 | active | | 843ce0f7-ae51-4db3-8e74-bcb860d06c55 | cirros-0.3.4-x86_64-uec-ramdisk | ari | ari | 3740163 | active |
| 02c312e3-2d30-43fd-ab2d-1d25622c0eaa | fedora-21-atomic-3 | qcow2 | bare | 770179072 | active | | 02c312e3-2d30-43fd-ab2d-1d25622c0eaa | fedora-21-atomic-5 | qcow2 | bare | 770179072 | active |
+--------------------------------------+---------------------------------+-------------+------------------+-----------+--------+ +--------------------------------------+---------------------------------+-------------+------------------+-----------+--------+
To list the available commands and resources for magnum, use:: To list the available commands and resources for magnum, use::
@ -177,7 +177,7 @@ to magnum how to construct the bay. The coe (Container Orchestration Engine)
and keypair need to be specified for the baymodel:: and keypair need to be specified for the baymodel::
magnum baymodel-create --name k8sbaymodel \ magnum baymodel-create --name k8sbaymodel \
--image-id fedora-21-atomic-3 \ --image-id fedora-21-atomic-5 \
--keypair-id testkey \ --keypair-id testkey \
--external-network-id public \ --external-network-id public \
--dns-nameserver 8.8.8.8 \ --dns-nameserver 8.8.8.8 \
@ -342,7 +342,7 @@ the absence of some Kubernetes-specific arguments and the use of 'swarm'
as the coe:: as the coe::
magnum baymodel-create --name swarmbaymodel \ magnum baymodel-create --name swarmbaymodel \
--image-id fedora-21-atomic-3 \ --image-id fedora-21-atomic-5 \
--keypair-id testkey \ --keypair-id testkey \
--external-network-id public \ --external-network-id public \
--dns-nameserver 8.8.8.8 \ --dns-nameserver 8.8.8.8 \

View File

@ -39,7 +39,7 @@ your environment:
ssh_key_name: apmelton ssh_key_name: apmelton
external_network: 028d70dd-67b8-4901-8bdd-0c62b06cce2d external_network: 028d70dd-67b8-4901-8bdd-0c62b06cce2d
dns_nameserver: 192.168.200.1 dns_nameserver: 192.168.200.1
server_image: fedora-21-atomic-3 server_image: fedora-21-atomic-5
discovery_url: token://d8cdfe5128af6e1075b34aa06ff1cc2c discovery_url: token://d8cdfe5128af6e1075b34aa06ff1cc2c
And then create the stack, referencing that environment file: And then create the stack, referencing that environment file:

View File

@ -182,7 +182,7 @@ Proposed Changes
Libnetwork driver: Libnetwork driver:
magnum baymodel-create --name k8sbaymodel \ magnum baymodel-create --name k8sbaymodel \
--image-id fedora-21-atomic-3 \ --image-id fedora-21-atomic-5 \
--keypair-id testkey \ --keypair-id testkey \
--external-network-id 1hsdhs88sddds889 \ --external-network-id 1hsdhs88sddds889 \
--dns-nameserver 8.8.8.8 \ --dns-nameserver 8.8.8.8 \
@ -208,7 +208,7 @@ Proposed Changes
Libnetwork driver: Libnetwork driver:
magnum baymodel-create --name k8sbaymodel \ magnum baymodel-create --name k8sbaymodel \
--image-id fedora-21-atomic-3 \ --image-id fedora-21-atomic-5 \
--keypair-id testkey \ --keypair-id testkey \
--external-network-id ${NIC_ID} \ --external-network-id ${NIC_ID} \
--dns-nameserver 8.8.8.8 \ --dns-nameserver 8.8.8.8 \