Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- edward@jaku:~/23Jan2012/scs-deploysystem/src/lua/scs/demos/deployer$ ./rundemo launch-repository.lua
- ATTENTION: Using the SCS_HOME system variable as /home/edward/23Jan2012/scs-deploysystem
- Mon Jan 23 04:58:18 2012 [DEBUG] hosting loaded: instance
- Mon Jan 23 04:58:18 2012 [DEBUG] policy loaded: running
- Mon Jan 23 04:58:18 2012 [DEBUG] port loaded: 1000
- Mon Jan 23 04:58:18 2012 [DEBUG] bandwidth loaded: 100
- Mon Jan 23 04:58:18 2012 [DEBUG] No deployment model was definied, so we use the default cloud deployment_model 'public'
- Mon Jan 23 04:58:18 2012 [DEBUG] No resource was definied, we use an 'instance' with minimal resources
- Mon Jan 23 04:58:18 2012 [DEBUG] The default cloud_platform for the cloud_deployment_model is: 'ec2'
- Mon Jan 23 04:58:18 2012 [INFO] The minimal resource can be founded in policies
- Mon Jan 23 04:58:18 2012 [INFO] Trying to get an instance from: 'ec2'
- Mon Jan 23 04:58:18 2012 [INFO] [ CLOUD_ENGINE ] In get_policies
- Mon Jan 23 04:58:18 2012 [DEBUG] [ CLOUD_ENGINE ] target_environment: cloud_infrastructure
- Mon Jan 23 04:58:18 2012 [INFO] [ CLOUD_ENGINE ] In get_cloud_deployment_model
- Mon Jan 23 04:58:18 2012 [DEBUG] [ CLOUD_ENGINE ] Cloud Deployment Model: public
- Mon Jan 23 04:58:18 2012 [INFO] [ INSTANCE ] Generating a IOR for an Instance on a Cloud Public Deployment
- Mon Jan 23 04:58:18 2012 [DEBUG] [ INSTANCE ] Broker Started
- Mon Jan 23 04:58:18 2012 [INFO] [ INSTANCE ] Getting all instaces
- Mon Jan 23 04:58:20 2012 [INFO] [ INSTANCE ] Trying to getting only running for getting instances
- Mon Jan 23 04:58:20 2012 [INFO] [ CLOUD_ENGINE ] In get_cloud_deployment_model
- Mon Jan 23 04:58:35 2012 [INFO] instances(metadata returned)
- { --[[table: 0x22abb90]]
- instances = { --[[table: 0x22ac050]]
- { --[[table: 0x22ac0a0]]
- instance_data = { --[[table: 0x22ac1f0]]
- instance_type = "None",
- key_name = "eucakey",
- placement = "us-east-1a",
- private_dns_name = "ip-10-195-189-146.ec2.internal",
- product_codes = "None",
- image_id = "ami-1b814f72",
- ramdisk = "ramdisk",
- ami_launch_index = "0",
- kernel = "kernel",
- launch_time = "2012-01-23T06:58:19.000Z",
- state = "pending",
- public_dns_name = "ec2-23-20-11-254.compute-1.amazonaws.com",
- },
- instance_id = "i-79e0061c",
- },
- n = 1,
- },
- reservation_id = "r-7b1d081a",
- reservation_data = { --[[table: 0x22abd10]]
- owner_id = "256682533498",
- group_id = "default",
- },
- }
- Mon Jan 23 04:58:35 2012 [INFO] new instances
- { --[[table: 0x22ac050]]
- { --[[table: 0x22ac0a0]]
- instance_data = { --[[table: 0x22ac1f0]]
- instance_type = "None",
- key_name = "eucakey",
- placement = "us-east-1a",
- private_dns_name = "ip-10-195-189-146.ec2.internal",
- product_codes = "None",
- image_id = "ami-1b814f72",
- ramdisk = "ramdisk",
- ami_launch_index = "0",
- kernel = "kernel",
- launch_time = "2012-01-23T06:58:19.000Z",
- state = "pending",
- public_dns_name = "ec2-23-20-11-254.compute-1.amazonaws.com",
- },
- instance_id = "i-79e0061c",
- },
- n = 1,
- }
- Mon Jan 23 04:58:35 2012 [INFO] Instance Info
- { --[[table: 0x22ac0a0]]
- instance_data = { --[[table: 0x22ac1f0]]
- instance_type = "None",
- key_name = "eucakey",
- placement = "us-east-1a",
- private_dns_name = "ip-10-195-189-146.ec2.internal",
- product_codes = "None",
- image_id = "ami-1b814f72",
- ramdisk = "ramdisk",
- ami_launch_index = "0",
- kernel = "kernel",
- launch_time = "2012-01-23T06:58:19.000Z",
- state = "pending",
- public_dns_name = "ec2-23-20-11-254.compute-1.amazonaws.com",
- },
- instance_id = "i-79e0061c",
- }
- Mon Jan 23 04:58:35 2012 [INFO] Instance Description(running instance)
- { --[[table: 0x22437e0]]
- load_policy = "running",
- phase = "repository",
- ip = "ec2-23-20-11-254.compute-1.amazonaws.com",
- name = "i-79e0061c",
- port = "1000",
- time = "unknow",
- instance_info = { --[[table: 0x22ac0a0]]
- instance_data = { --[[table: 0x22ac1f0]]
- instance_type = "None",
- key_name = "eucakey",
- placement = "us-east-1a",
- private_dns_name = "ip-10-195-189-146.ec2.internal",
- product_codes = "None",
- image_id = "ami-1b814f72",
- ramdisk = "ramdisk",
- ami_launch_index = "0",
- kernel = "kernel",
- launch_time = "2012-01-23T06:58:19.000Z",
- state = "pending",
- public_dns_name = "ec2-23-20-11-254.compute-1.amazonaws.com",
- },
- instance_id = "i-79e0061c",
- },
- languages = { --[[table: 0x2243980]]
- "lua",
- "java",
- },
- resources = { --[[table: 0x2244850]]
- bandwidth = 100,
- os = "linux",
- arch = "x86_64",
- cpu = 1,
- mem = 512,
- },
- cloud_manager = "euca_engine",
- lifecycle = "running",
- }
- edward@jaku:~/23Jan2012/scs-deploysystem/src/lua/scs/demos/deployer$
Advertisement
Add Comment
Please, Sign In to add comment