Loading 04-vim-setup.md +5 −5 Original line number Diff line number Diff line Loading @@ -300,11 +300,11 @@ Default `security_group` doesn't allow user to SSH into the instances. This beha You will need to specify some options at VIM target creation/association by using the `--config` parameter. For instance: ```bash osm vim-create —name aws-site —account_type aws \ —auth_url https://aws.amazon.com \ —user MyUser —password MyPassword —tenant admin \ —description "AWS site, with your user" \ —config '{region_name: eu-central-1, flavor_info: "{t2.nano: {cpus: 1, disk: 100, ram: 512}, t2.micro: {cpus: 1, disk: 100, ram: 1024}, t2.small: {cpus: 1, disk: 100, ram: 2048}}"}' osm vim-create --name aws-site --account_type aws \ --auth_url https://aws.amazon.com \ --user MyUser --password MyPassword --tenant admin \ --description "AWS site, with your user" \ --config '{region_name: eu-central-1, flavor_info: "{t2.nano: {cpus: 1, disk: 100, ram: 512}, t2.micro: {cpus: 1, disk: 100, ram: 1024}, t2.small: {cpus: 1, disk: 100, ram: 2048}}"}' ``` The following configuration can be added: Loading Loading
04-vim-setup.md +5 −5 Original line number Diff line number Diff line Loading @@ -300,11 +300,11 @@ Default `security_group` doesn't allow user to SSH into the instances. This beha You will need to specify some options at VIM target creation/association by using the `--config` parameter. For instance: ```bash osm vim-create —name aws-site —account_type aws \ —auth_url https://aws.amazon.com \ —user MyUser —password MyPassword —tenant admin \ —description "AWS site, with your user" \ —config '{region_name: eu-central-1, flavor_info: "{t2.nano: {cpus: 1, disk: 100, ram: 512}, t2.micro: {cpus: 1, disk: 100, ram: 1024}, t2.small: {cpus: 1, disk: 100, ram: 2048}}"}' osm vim-create --name aws-site --account_type aws \ --auth_url https://aws.amazon.com \ --user MyUser --password MyPassword --tenant admin \ --description "AWS site, with your user" \ --config '{region_name: eu-central-1, flavor_info: "{t2.nano: {cpus: 1, disk: 100, ram: 512}, t2.micro: {cpus: 1, disk: 100, ram: 1024}, t2.small: {cpus: 1, disk: 100, ram: 2048}}"}' ``` The following configuration can be added: Loading