blob: 8af297a3d958c32ec05333de36aabab684388e98 [file] [log] [blame]
tosca_definitions_version: tosca_simple_yaml_1_0
description: >
* Adds OpenCloud Sites, Deployments, and Controllers.
imports:
- custom_types/xos.yaml
topology_template:
node_templates:
MyDeployment:
type: tosca.nodes.Deployment
properties:
flavors: m1.large, m1.medium, m1.small
# m1.xlarge:
# type: tosca.nodes.Flavor
MyOpenStack:
type: tosca.nodes.Controller
requirements:
- deployment:
node: MyDeployment
relationship: tosca.relationships.ControllerDeployment
properties:
backend_type: OpenStack
version: Kilo
auth_url: { get_script_env: [ SELF, adminrc, OS_AUTH_URL, LOCAL_FILE] }
admin_user: { get_script_env: [ SELF, adminrc, OS_USERNAME, LOCAL_FILE] }
admin_password: { get_script_env: [ SELF, adminrc, OS_PASSWORD, LOCAL_FILE] }
admin_tenant: { get_script_env: [ SELF, adminrc, OS_TENANT_NAME, LOCAL_FILE] }
domain: Default
artifacts:
adminrc: /root/setup/admin-openrc.sh
mysite:
type: tosca.nodes.Site
properties:
display_name: MySite
site_url: http://xosproject.org/
requirements:
- deployment:
node: MyDeployment
relationship: tosca.relationships.SiteDeployment
requirements:
- controller:
node: MyOpenStack
relationship: tosca.relationships.UsesController
Topology:
type: tosca.nodes.DashboardView
properties:
url: template:xosMcordTopology
# This user already exists in XOS with this password
# It's an example of how to create new users
padmin@vicci.org:
type: tosca.nodes.User
requirements:
- site:
node: mysite
relationship: tosca.relationships.MemberOfSite
properties:
is_admin: true
is_active: true
firstname: XOS
lastname: admin
password: letmein
requirements:
- mcord_dashboard:
node: Topology
relationship: tosca.relationships.UsesDashboard
RRU:
type: tosca.nodes.Service
properties:
view_url: /mcord/?service=vBBU
icon_url: /static/mCordServices/service_rru.png
kind: RAN
vBBU:
type: tosca.nodes.Service
properties:
view_url: /mcord/?service=vBBU
icon_url: /static/mCordServices/service_server.png
kind: RAN
eSON:
type: tosca.nodes.Service
properties:
icon_url: /static/mCordServices/service_server.png
view_url: http://www.google.com
kind: RAN
# EPC
vMME:
type: tosca.nodes.Service
properties:
icon_url: /static/mCordServices/service_server.png
view_url: /mcord/?service=vMME
kind: vEPC
vSGW:
type: tosca.nodes.Service
properties:
view_url: /mcord/?service=vSGW
icon_url: /static/mCordServices/service_server.png
kind: vEPC
vPGW:
type: tosca.nodes.Service
properties:
view_url: /mcord/?service=vPGW
icon_url: /static/mCordServices/service_server.png
kind: vEPC
# EDGE
Cache:
type: tosca.nodes.Service
properties:
view_url: /mcord/?service=Cache
icon_url: /static/mCordServices/service_cache.png
kind: EDGE
Firewall:
type: tosca.nodes.Service
properties:
view_url: /mcord/?service=Firewall
icon_url: /static/mCordServices/service_firewall.png
kind: EDGE
Video Optimization:
type: tosca.nodes.Service
properties:
view_url: /mcord/?service=Video%20Optimization
icon_url: /static/mCordServices/service_video.png
kind: EDGE