aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/heat/onap-rke/env/windriver/OOF-openrc
blob: dec995f8b75dc56d9106dea93302c76feee89070 (plain)
1
2
3
4
5
6
7
8
9
export OS_PROJECT_ID=6bbd2981b210461dbc8fe846df1a7808
export OS_PROJECT_NAME=OOF
export OS_USER_DOMAIN_NAME=Default
export OS_USERNAME=demo
export OS_PASSWORD=onapdemo
export OS_AUTH_URL=http://10.12.25.2:5000/v3
export OS_IDENTITY_API_VERSION=3
export OS_REGION_NAME=RegionOne
export OS_INTERFACE=public
the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. apiVersion: v2 description: ONAP DMaaP components name: dmaap version: 10.0.0 dependencies: - name: common version: ~10.x-0 repository: '@local' - name: dmaap-strimzi version: ~10.x-0 repository: 'file://components/dmaap-strimzi' condition: dmaap-strimzi.enabled - name: message-router version: ~10.x-0 repository: 'file://components/message-router' condition: message-router.enabled - name: dmaap-bc version: ~10.x-0 repository: 'file://components/dmaap-bc' condition: dmaap-bc.enabled - name: dmaap-dr-node version: ~10.x-0 repository: 'file://components/dmaap-dr-node' condition: dmaap-dr-node.enabled - name: dmaap-dr-prov version: ~10.x-0 repository: 'file://components/dmaap-dr-prov' condition: dmaap-dr-prov.enabled - name: serviceAccount version: ~10.x-0 repository: '@local'