Skip to content

Start adding Orchestration API#105

Open
rkday wants to merge 1 commit into
dtantsur:masterfrom
rkday:orchestration
Open

Start adding Orchestration API#105
rkday wants to merge 1 commit into
dtantsur:masterfrom
rkday:orchestration

Conversation

@rkday

@rkday rkday commented Nov 17, 2019

Copy link
Copy Markdown
Contributor

I'm starting to add the OpenStack Orchestration (Heat) API. It's far from finished (I need to add src/orchestration/api.rs before it even compiles) but I wanted to open a PR to allow early feedback/others to contribute.

@theopenlab-ci

theopenlab-ci Bot commented Nov 17, 2019

Copy link
Copy Markdown

Build failed.

@dtantsur dtantsur left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great start!

Comment thread examples/create-stack.rs
@@ -0,0 +1,58 @@
// Copyright 2018 Dmitry Tantsur <divius.inside@gmail.com>

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Put your copyright here or just skip the copyright completely.

Comment thread src/orchestration/mod.rs
@@ -0,0 +1,190 @@
// Copyright 2017 Dmitry Tantsur <divius.inside@gmail.com>

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

similar re copyrights

Comment thread src/orchestration/mod.rs
/// Start creating a server.
pub(crate) fn new(session: Rc<Session>, name: String) -> NewStack {
NewServer {
// session,

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, you surely need it on line 60

@wangxiyuan

Copy link
Copy Markdown

recheck

@theopenlab-ci

theopenlab-ci Bot commented Jan 2, 2020

Copy link
Copy Markdown

Build failed.

@draane

draane commented Mar 3, 2022

Copy link
Copy Markdown

Hi, I need the Orchestration API feature and I can probably implement it.
Should I open a new pull request?

@dtantsur

dtantsur commented Apr 5, 2024

Copy link
Copy Markdown
Owner

@rkday @draane any of you want to continue this? It's pity that the patch is semi-abandoned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants