Coder Social home page Coder Social logo

syseleven / heat-examples Goto Github PK

View Code? Open in Web Editor NEW
44.0 18.0 35.0 2.77 MB

Heat examples tested against the SysEleven Stack infrastructure cloud.

Home Page: https://docs.syseleven.de/syseleven-stack/en

License: MIT License

Shell 88.42% PHP 7.06% JavaScript 4.52%
heat iac openstack-heat openstack infrastructure-as-code syseleven

heat-examples's People

Contributors

apfelbox avatar benj200 avatar bpetermanns11 avatar d-kuhn avatar dependabot[bot] avatar frittenlab avatar jgrassler avatar jpeschkesys11 avatar larsfronius avatar lgrebe-sys avatar matthiasbernhardt avatar oseiberts11 avatar rei-ifesca avatar rnurgaliyev avatar stefreak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

heat-examples's Issues

Stack setup will fail because of missing dependency

Template lamp-single-server/example.yam

Setting up the floating IP will fail because of a missing dependency:

  floating_ip:
    type: OS::Neutron::FloatingIP
    depends_on: [ port ]
    properties:
      floating_network: { get_param: public_network }
      port_id: { get_resource: port }

The router_subnet_bridge needs to be added

    depends_on: [ port, router_subnet_bridge ]

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.