summaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/openstack
AgeCommit message (Expand)AuthorFilesLines
2016-10-15Add recovery scriptsQiLiang1-0/+7
2016-08-28Add controller and compute recovery rolesQiLiang1-0/+15
2016-08-15rename region name to be unifiedMatthewLi1-1/+1
2016-08-11bugfix for odl l3chenshuai@huawei.com1-1/+0
2016-08-11use file inject for odl l3chenshuai@huawei.com1-0/+1
2016-07-21Improvement Ansible Accelerate modechenshuai@huawei.com1-0/+
##############################################################################
# Copyright (c) 2017 HUAWEI TECHNOLOGIES CO.,LTD and others.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################

---
nic_mappings: []
bond_mappings: []

provider_net_mappings:
  - name: br-prv
    network: physnet
    interface: eth1
    type: ovs
    role:
      - controller
      - compute

sys_intf_mappings:
  - name: mgmt
    interface: eth1
    vlan_tag: 101
    type: vlan
    role:
      - controller
      - compute

  - name: storage
    interface: eth1
    vlan_tag: 102
    type: vlan
    role:
      - controller
      - compute

  - name: external
    interface: br-prv
    type: ovs
    role:
      - controller
      - compute

ip_settings:
  - name:<
2015-12-23cinder volume use the vg created by storage rolecarey.xu1-2/+2
2015-12-21bugfix: ssh disconnect errorcarey.xu1-5/+19
2015-12-15fix some memcached configuration errorcarey.xu2-11/+9
2015-12-12using /var directory for ceph storage when not deployed on compute nodegrakiss1-0/+6
2015-12-04reduce idle connect timeout both on haproxy and servicescarey.xu2-1/+5
2015-12-03Merge "compass4nfv support heat"shuai chen2-0/+3
2015-12-02compass4nfv support heatQiLiang2-0/+3
2015-12-02OpenContrail intergrationchenshuai@huawei.com1-0/+6
2015-11-27split ceph into small size roles with specific purposegrakiss1-1/+1
2015-11-19support FWaaS and VPNaaScarey.xu2-468/+9
2015-11-16vnc console can't be connectedbaigk1-0/+2
2015-11-08add option to disable security groupcarey.xu1-0/+6
2015-11-05change ceph deployment to optional rolegraiss1-1/+5
2015-10-12bugfix: make novnc work correctly in public_vip environmentcarey.xu1-1/+1
2015-10-09compass4nfv support ceilometercarey.xu1-2/+2
2015-10-09compass4nfv support ceilometercarey.xu1-0/+2
2015-09-20Write ONOS ansible script for Ubuntu14.04chenshuai@huawei.com1-0/+6
2015-09-19support to assign ppa name when deploy openstackbaigk14-0/+1410