Initial treasuremap/template for site_type ovsdpdk
[yaml_builds.git] / site_type / ovsdpdk / airship-treasuremap / README.md
1 # Akraino Edge Stack
2 ..............................................................................
3 . Copyright (c) 2019 AT&T Intellectual Property. All rights reserved         .
4 .                                                                            .
5 . Licensed under the Apache License, Version 2.0 (the "License"); you may    .
6 . not use this file except in compliance with the License.                   .
7 .                                                                            .
8 . You may obtain a copy of the License at                                    .
9 .       http://www.apache.org/licenses/LICENSE-2.0                           .
10 .                                                                            .
11 . Unless required by applicable law or agreed to in writing, software        .
12 . distributed under the License is distributed on an "AS IS" BASIS, WITHOUT  .
13 . WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.           .
14 . See the License for the specific language governing permissions and        .
15 . limitations under the License.                                             .
16 ..............................................................................
17
18 The files in this directory were created with the following commands:
19
20 (
21 rm -rf airship-treasuremap
22 git clone https://git.openstack.org/openstack/airship-treasuremap
23 cd ./airship-treasuremap; 
24 git checkout 059857148ad142730b5a69374e44a988cac92378; 
25 rm -rf .git/ .gitreview .zuul.yaml
26 # SR-IOV UPDATES
27 sed -i "s/ceph-common=10.2.10/ceph-common=10.2.11/" ./global/v4.0/software/config/versions.yaml
28 sed -i -e 's|docker.io/openstackhelm/neutron:ocata|docker.io/openstackhelm/neutron:ocata\n      neutron_sriov_agent: \&neutron_sriov docker.io/openstackhelm/neutron:ocata-sriov-1804\n      neutron_sriov_agent_init: \&neutron_sriov_init docker.io/openstackhelm/neutron:ocata-sriov-1804|g' ./global/v4.0/software/config/versions.yaml
29 sed -i -e 's|neutron_linuxbridge_agent.*|neutron_linuxbridge_agent: *neutron\n        neutron_sriov_agent: *neutron_sriov\n        neutron_sriov_agent_init: *neutron_sriov_init|g' ./global/v4.0/software/config/versions.yaml
30 )
31
32 Akraino Team