Implement resource type AWS::EC2::RouteTable

Registered by Steve Baker

AWS::EC2::RouteTable
http://docs.amazonwebservices.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-route-table.html
Creates a new route table within a VPC. After you create a new route table, you can add routes and associate the table with a subnet.
Your VPC has an implicit router (represented by the R enclosed in a circle in the diagrams in this guide).
Your VPC automatically comes with a modifiable main route table.
You can create other route tables in your VPC (for the limit on the number you can create, see Appendix B: Limits).
You can replace the main route table with a custom table you've created (if you want a different table to be the default table each new subnet is associated with).

Parameters
VpcId
Tags

Maybe maps to a Quantum Router except there is no concept of a Route
quantum router-create --tenant_id [DEMO_TENANT_ID] router1

Comments
According to the route table documentation:
http://docs.amazonwebservices.com/AmazonVPC/latest/UserGuide/VPC_Route_Tables.html
a VPC comes with a default main route table.
AWS::EC2::RouteTable is for specifying additional route tables to associate with subnets. Every subnet must be associated with a route table.
Whereas in Quantum, a router is not associated with a network, only subnets. This also means that a network does not have a default router assigned.

Blueprint information

Status:
Complete
Approver:
Steven Dake
Priority:
High
Drafter:
Steve Baker
Direction:
Approved
Assignee:
Steve Baker
Definition:
Approved
Series goal:
Accepted for grizzly
Implementation:
Implemented
Milestone target:
milestone icon 2013.1
Started by
Steve Baker
Completed by
Steve Baker

Related branches

Sprints

Whiteboard

Gerrit topic: https://review.openstack.org/#q,topic:bp/resource-type-routetable,n,z

Addressed by: https://review.openstack.org/22149
    Implement RouteTable and subnet association

Addressed by: https://review.openstack.org/21940
    Implement Internet Gateway and VPC attachment

(?)

Work Items

Dependency tree

* Blueprints in grey have been implemented.

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.