Coder Social home page Coder Social logo

aa-mycollections's People

Contributors

miteshget avatar

Watchers

 avatar

aa-mycollections's Issues

"msg": "Cloud ???? as not found.",

Hello
What could be the cause that cloud: "{{ guid }}-project" does not recognize the project in cloulds.yaml? It was triggered from Automation Controller.

  • name: Create OpenStack Instances
    hosts: localhost
    connection: local
    gather_facts: false
    vars:
    guid: xxx
    tasks:
    • name: Include Instance variables
      include_vars: instances_vars.yml

    • name: Create Instance....
      openstack.cloud.server:
      cloud: "{{ guid }}-project"

error message -----------------
"msg": "Cloud xxx-project was not found.",
"invocation": {
"module_args": {
"name": "appdb",
"image": "rhel-8.3",
"key_name": "xxx-keypair",
"flavor": "GLOBAL-CPU_4_Memory_8192_Disk_30_flavor",
"security_groups": [
"xxx-HostSG"
],
"auto_ip": false,
"wait": true,
"nics": [
{
"net-name": "xxx-dev-network"
}
],
"meta": "AnsibleGroup=deployment_name,deployment_name=dev",
"userdata": "#!/bin/bash\necho "nameserver 192.168.50.158" > /etc/resolv.conf \n",
"state": "present",
"timeout": 180,
"interface": "public",
"image_exclude": "(deprecated)",
"config_drive": false,
"boot_from_volume": false,
"terminate_volume": false,
"volumes": [],
"delete_fip": false,
"reuse_ips": true,
"auth_type": null,
"auth": null,
"region_name": null,
"availability_zone": null,
"validate_certs": null,
"ca_cert": null,
"client_cert": null,
"client_key": null,
"api_timeout": null,
"flavor_ram": null,
"flavor_include": null,
"network": null,
"floating_ips": null,
"floating_ip_pools": null,
"volume_size": null,
"boot_volume": null,
"scheduler_hints": null,
"description": null
}
}

Thanks
-Jay

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.