ASwitch manifests ot explicitly use Ec2 for metadata. Swap S3 to use a 4GB root FS.

This commit is contained in:
James Bromberger 2014-04-08 12:34:25 +00:00
parent b034ca8ed1
commit 9c759fe8bf
10 changed files with 12 additions and 17 deletions

View file

@ -52,7 +52,9 @@ class SetUsername(Task):
class SetMetadataSource(Task):
description = 'Setting metadata source'
phase = phases.system_modification
#phase = phases.system_modification
phase = phases.package_installation
successors = [apt.AptUpdate]
@classmethod
def run(cls, info):

View file

@ -37,8 +37,7 @@
"plugins": {
"cloud_init": {
"username": "admin",
//"metadata_sources": "Ec2",
"disable_modules": [ "landscape", "byobu", "ssh-import-id" ]
"metadata_sources": "Ec2"
}
}
}

View file

@ -37,8 +37,7 @@
"plugins": {
"cloud_init": {
"username": "admin",
//"metadata_sources": "Ec2",
"disable_modules": [ "landscape", "byobu", "ssh-import-id" ]
"metadata_sources": "Ec2"
}
}
}

View file

@ -37,8 +37,7 @@
"plugins": {
"cloud_init": {
"username": "admin",
//"metadata_sources": "Ec2",
"disable_modules": [ "landscape", "byobu", "ssh-import-id" ]
"metadata_sources": "Ec2"
}
}
}

View file

@ -37,8 +37,7 @@
"plugins": {
"cloud_init": {
"username": "admin",
//"metadata_sources": "Ec2",
"disable_modules": [ "landscape", "byobu", "ssh-import-id" ]
"metadata_sources": "Ec2"
}
}
}

View file

@ -37,8 +37,7 @@
"plugins": {
"cloud_init": {
"username": "admin",
//"metadata_sources": "Ec2",
"disable_modules": [ "landscape", "byobu", "ssh-import-id" ]
"metadata_sources": "Ec2"
}
}
}

View file

@ -37,8 +37,7 @@
"plugins": {
"cloud_init": {
"username": "admin",
//"metadata_sources": "Ec2",
"disable_modules": [ "landscape", "byobu", "ssh-import-id" ]
"metadata_sources": "Ec2"
}
}
}

View file

@ -38,8 +38,7 @@
"plugins": {
"cloud_init": {
"username": "admin",
//"metadata_sources": "Ec2",
"disable_modules": [ "landscape", "byobu", "ssh-import-id" ]
"metadata_sources": "Ec2"
}
}
}

View file

@ -33,7 +33,7 @@
"partitions": {
"type": "none",
"root": {
"size": "1GiB",
"size": "4GiB",
"filesystem": "ext4"
}
}

View file

@ -33,7 +33,7 @@
"partitions": {
"type": "none",
"root": {
"size": "1GiB",
"size": "4GiB",
"filesystem": "ext4"
}
}