aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/vnf/ims/cloudify_ims.yaml
blob: b84ef8fd26b89f15981e0ae4b13db9f36891190c (plain)
1
2
3
4
5
6
7
8
9
10
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
.highlight .c1 { color: #888888 } /* Comment.Single */
.highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #333333 } /* Generic.Heading */
.highlight .gi { co
tenant_images:
    ubuntu_14.04: http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
    centos_7: http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-1510.qcow2
cloudify:
    blueprint:
        url: https://github.com/boucherv-orange/cloudify-manager-blueprints.git
        branch: '3.3.1-build'
    requirements:
        ram_min: 4000
        os_image: centos_7
    inputs:
      keystone_username: ""
      keystone_password: ""
      keystone_tenant_name: ""
      keystone_url: ""
      manager_public_key_name: 'manager-kp'
      agent_public_key_name: 'agent-kp'
      image_id: ""
      flavor_id: "3"
      external_network_name: ""
      ssh_user: centos
      agents_user: ubuntu
clearwater:
    blueprint:
        file_name: openstack-blueprint.yaml
        name: clearwater-opnfv
        destination_folder: opnfv-cloudify-clearwater
        url: https://github.com/Orange-OpenSource/opnfv-cloudify-clearwater.git
        branch: stable
    deployment_name: clearwater-opnfv
    requirements:
        ram_min: 2000
        os_image: ubuntu_14.04
    inputs:
        image_id: ''
        flavor_id: ''
        agent_user: ubuntu
        external_network_name: ''
        public_domain: clearwater.opnfv