Skip to content

Commit

Permalink
Merge pull request #26 from Vladimir-Antonovich/master
Browse files Browse the repository at this point in the history
Add cloudify user, change rocky image id, fix sshd and iptables
  • Loading branch information
Vladimir-Antonovich authored Feb 5, 2019
2 parents 6fb4a64 + 143ffc6 commit b69ee82
Show file tree
Hide file tree
Showing 6 changed files with 1,154 additions and 1,141 deletions.
3 changes: 2 additions & 1 deletion CFY44_OIB_rocky.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ inputs:

oib_image_id:
type: string
default: { get_secret : OIB_Rocky_ImageID } # OIB-rocky-v1

default: { get_secret : OIB_Rocky_ImageID } # OIB-rocky-v1.1

oib_flavor_id:
type: string
Expand Down
108 changes: 54 additions & 54 deletions CFY44_rocky_Vanilla.yaml
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
tosca_definitions_version: cloudify_dsl_1_3

imports:
- CFY44_OIB_rocky.yaml



outputs:

integration:
value:
manager: { concat: ["http://" , { get_attribute: [ lab_floating_ip, floating_ip_address ] }, "/dashboard" ] }
composer: { concat: ["http://" , { get_attribute: [ lab_floating_ip, floating_ip_address ] }, "/composer" ] }
iaas_dash: { concat: ["http://" , { get_attribute: [ lab_floating_ip, floating_ip_address ] }, "/dashboard" ] }
vpn_file: { concat: ["http://" , { get_attribute: [ lab_floating_ip, floating_ip_address ] }, "/vpn/client.ovpn" ] }
ssh_ip: { get_attribute: [ lab_floating_ip, floating_ip_address ] }
ssh_user: "centos"

lab_env:
description: OpenStack Cloudify Lab
value:
video: https://www.youtube.com/embed/psJhdw78kkw
suspend: false

lab_ui_outputs:
value:
- title: 'Cloudify Manager'
open: yes
items:
- name: 'Cloudify Manager Credentials'
value: 'username: admin password: admin'
- name: 'Cloudify Manager Link'
value: { concat: ["http://" , { get_attribute: [ lab_floating_ip, floating_ip_address ] }, "/" ] }
- name: 'CLI command'
value: { concat: ["cfy profiles use " , { get_attribute: [ lab_floating_ip, floating_ip_address ] }, " -u admin -p admin -t default_tenant" ] }


- title: 'VPN Configuration'
open: no
items:
- name: 'OpenVpn Configuration File'
value: { concat: ["http://" , { get_attribute: [ lab_floating_ip, floating_ip_address ] }, "/vpn/client.ovpn" ] }
- name: 'VPN Portal'
value: { get_attribute: [ lab_floating_ip, floating_ip_address ] }
- name: 'VPN Configuration Guide'
value: 'https://cloudify.co/knowledge-base/cloudify-labs-vpn-configuration-guide/'

- title: 'Lab OpenStack IaaS'
open: no
items:
- name: 'OpenStack Dashboard Credentials'
value: 'username: admin password: cloudify1234'
- name: 'OpenStack Dashboard'
value: { concat: ["http://" , { get_attribute: [ lab_floating_ip, floating_ip_address ] }, "/dashboard" ] }
tosca_definitions_version: cloudify_dsl_1_3

imports:
- CFY44_OIB_rocky.yaml



outputs:

integration:
value:
manager: { concat: ["http://" , { get_attribute: [ lab_floating_ip, floating_ip_address ] }, "/dashboard" ] }
composer: { concat: ["http://" , { get_attribute: [ lab_floating_ip, floating_ip_address ] }, "/composer" ] }
iaas_dash: { concat: ["http://" , { get_attribute: [ lab_floating_ip, floating_ip_address ] }, "/dashboard" ] }
vpn_file: { concat: ["http://" , { get_attribute: [ lab_floating_ip, floating_ip_address ] }, "/vpn/client.ovpn" ] }
ssh_ip: { get_attribute: [ lab_floating_ip, floating_ip_address ] }
ssh_user: "centos"

lab_env:
description: OpenStack Cloudify Lab
value:
video: https://www.youtube.com/embed/psJhdw78kkw
suspend: false

lab_ui_outputs:
value:
- title: 'Cloudify Manager'
open: yes
items:
- name: 'Cloudify Manager Credentials'
value: 'username: admin password: admin'
- name: 'Cloudify Manager Link'
value: { concat: ["http://" , { get_attribute: [ lab_floating_ip, floating_ip_address ] }, "/" ] }
- name: 'CLI command'
value: { concat: ["cfy profiles use " , { get_attribute: [ lab_floating_ip, floating_ip_address ] }, " -u admin -p admin -t default_tenant" ] }


- title: 'VPN Configuration'
open: no
items:
- name: 'OpenVpn Configuration File'
value: { concat: ["http://" , { get_attribute: [ lab_floating_ip, floating_ip_address ] }, "/vpn/client.ovpn" ] }
- name: 'VPN Portal'
value: { get_attribute: [ lab_floating_ip, floating_ip_address ] }
- name: 'VPN Configuration Guide'
value: 'https://cloudify.co/knowledge-base/cloudify-labs-vpn-configuration-guide/'

- title: 'Lab OpenStack IaaS'
open: no
items:
- name: 'OpenStack Dashboard Credentials'
value: 'username: admin password: cloudify1234'
- name: 'OpenStack Dashboard'
value: { concat: ["http://" , { get_attribute: [ lab_floating_ip, floating_ip_address ] }, "/dashboard" ] }
Loading

0 comments on commit b69ee82

Please sign in to comment.