Skip to content

Commit 2be2549

Browse files
Adding new config parameter features.client.lockNextDeploymentTabs and various corrections
1 parent 98db9ec commit 2be2549

File tree

9 files changed

+244
-242
lines changed

9 files changed

+244
-242
lines changed

common/download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ <h4>Old stable versions</h4>
236236
<div class="row">
237237
<div class="col-md-12 text-center download-header">
238238
<p class="home-buttons">
239-
<a href="../#/documentation/3.1.0/getting_started/new_getting_started.html" class="btn btn-primary btn-lg">Get Started</a>
239+
<a href="../#/documentation/3.4.0/getting_started/new_getting_started.html" class="btn btn-primary btn-lg">Get Started</a>
240240
</p>
241241
</div>
242242
</div>

common/features.html

Lines changed: 102 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -61,108 +61,108 @@
6161

6262
<div id="wrapper">
6363
<div id="header">
64-
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
65-
<div class="navbar-header">
66-
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
67-
<span class="sr-only">Toggle navigation</span>
68-
<span class="icon-bar"></span>
69-
<span class="icon-bar"></span>
70-
<span class="icon-bar"></span>
71-
</button>
72-
<a class="navbar-brand" href="/index.html">
73-
<img src="/images/cloudalien-small.png" style="height:21px;" class="pull-left"> Alien 4 Cloud
74-
</a>
75-
</div>
76-
<div class="collapse navbar-collapse navbar-ex1-collapse">
77-
<ul class="nav navbar-nav">
78-
<!-- <li>
79-
<a href="/community/index.html">Community</a>
80-
</li> -->
81-
<li class="dropdown">
82-
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Docs <i class="fa fa-caret-down"></i></a>
83-
<ul class="dropdown-menu" role="menu">
84-
<li>
85-
<a href="#/documentation/3.4.0/index.html">3.4.0</a>
86-
</li>
87-
<li>
88-
<li>
89-
<a href="#/documentation/3.3.0/index.html">3.3.0</a>
90-
</li>
91-
<li>
92-
<a href="#/documentation/3.2.0/index.html">3.2.0</a>
93-
</li>
94-
<li>
95-
<a href="#/documentation/3.1.0/index.html">3.1.0</a>
96-
</li>
97-
<li>
98-
<a href="#/documentation/3.0.0/index.html">3.0.0</a>
99-
</li>
100-
<li>
101-
<a href="#/documentation/2.2.0/index.html">2.2.0</a>
102-
</li>
103-
<li>
104-
<a href="#/documentation/2.1.0/index.html">2.1.0 - Deprecated</a>
105-
</li>
106-
<li>
107-
<a href="#/documentation/2.0.0/index.html">2.0.0 - Deprecated</a>
108-
</li>
109-
<li>
110-
<a href="#/documentation/1.4.0/index.html">1.4.0 - Deprecated</a>
111-
</li>
112-
<li>
113-
<a href="#/documentation/1.3.0/index.html">1.3.0 - Deprecated</a>
114-
</li>
115-
<li role="separator" class="divider"></li>
116-
<li>
117-
<a href="#/release_notes/index.html">Release notes</a>
118-
</li>
119-
<li role="separator" class="divider"></li>
120-
<li>
121-
<a href="#/migration_guides/index.html">Migration Guides</a>
122-
</li>
123-
<li role="separator" class="divider"></li>
124-
<li>
125-
<a href="#/developer_guide/index.html">Contribution guide</a>
126-
</li>
127-
</ul>
128-
</li>
129-
<li>
130-
<a href="/common/features.html">Features</a>
131-
</li>
132-
<li>
133-
<a href="/roadmap/index.html">Roadmap</a>
134-
</li>
135-
<li>
136-
<a href="/common/download.html">Download</a>
137-
</li>
138-
<li>
139-
<a id="git-icon" href="https://github.com/alien4cloud/alien4cloud.github.io" target="_blank" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="Documentation's GitHub!" data-original-title="Documentation's GitHub!">
140-
<i class="fa fa-code-fork fa-lg fa-rotate-90"></i>
141-
</a>
142-
</li>
143-
</ul>
144-
<ul class="nav navbar-nav navbar-right">
145-
<li>
146-
<div id="search">
147-
<form class="navbar-form navbar-right" action="#" method="get" role="search">
148-
<div class="form-group">
149-
<input class="form-control" type="text" id="search-query" name="q" placeholder="Search" autocomplete="off" onfocus="loadLunrIndex()" onblur="hideSearchResults()">
150-
</div>
151-
</form>
152-
<section id="search-results" class="search-results-section" style="display: none;" onmousedown="event.preventDefault();">
153-
<div class="entries">
154-
</div>
155-
</section>
156-
</div>
157-
</li>
158-
</ul>
159-
</div>
160-
</div>
161-
162-
<script>
163-
$('[target=_blank]').append(" <i class=\"icon-external-link\" style=\"font-size:10px\"></i>");
164-
$('#git-icon').tooltip();
165-
</script>
64+
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
65+
<div class="navbar-header">
66+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
67+
<span class="sr-only">Toggle navigation</span>
68+
<span class="icon-bar"></span>
69+
<span class="icon-bar"></span>
70+
<span class="icon-bar"></span>
71+
</button>
72+
<a class="navbar-brand" href="/index.html">
73+
<img src="/images/cloudalien-small.png" style="height:21px;" class="pull-left"> Alien 4 Cloud
74+
</a>
75+
</div>
76+
<div class="collapse navbar-collapse navbar-ex1-collapse">
77+
<ul class="nav navbar-nav">
78+
<!-- <li>
79+
<a href="/community/index.html">Community</a>
80+
</li> -->
81+
<li class="dropdown">
82+
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Docs <i class="fa fa-caret-down"></i></a>
83+
<ul class="dropdown-menu" role="menu">
84+
<li>
85+
<a href="#/documentation/3.4.0/index.html">3.4.0</a>
86+
</li>
87+
<li>
88+
<li>
89+
<a href="#/documentation/3.3.0/index.html">3.3.0</a>
90+
</li>
91+
<li>
92+
<a href="#/documentation/3.2.0/index.html">3.2.0</a>
93+
</li>
94+
<li>
95+
<a href="#/documentation/3.1.0/index.html">3.1.0</a>
96+
</li>
97+
<li>
98+
<a href="#/documentation/3.0.0/index.html">3.0.0</a>
99+
</li>
100+
<li>
101+
<a href="#/documentation/2.2.0/index.html">2.2.0</a>
102+
</li>
103+
<li>
104+
<a href="#/documentation/2.1.0/index.html">2.1.0 - Deprecated</a>
105+
</li>
106+
<li>
107+
<a href="#/documentation/2.0.0/index.html">2.0.0 - Deprecated</a>
108+
</li>
109+
<li>
110+
<a href="#/documentation/1.4.0/index.html">1.4.0 - Deprecated</a>
111+
</li>
112+
<li>
113+
<a href="#/documentation/1.3.0/index.html">1.3.0 - Deprecated</a>
114+
</li>
115+
<li role="separator" class="divider"></li>
116+
<li>
117+
<a href="#/release_notes/index.html">Release notes</a>
118+
</li>
119+
<li role="separator" class="divider"></li>
120+
<li>
121+
<a href="#/migration_guides/index.html">Migration Guides</a>
122+
</li>
123+
<li role="separator" class="divider"></li>
124+
<li>
125+
<a href="#/developer_guide/index.html">Contribution guide</a>
126+
</li>
127+
</ul>
128+
</li>
129+
<li>
130+
<a href="/common/features.html">Features</a>
131+
</li>
132+
<li>
133+
<a href="/roadmap/index.html">Roadmap</a>
134+
</li>
135+
<li>
136+
<a href="/common/download.html">Download</a>
137+
</li>
138+
<li>
139+
<a id="git-icon" href="https://github.com/alien4cloud/alien4cloud.github.io" target="_blank" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="Documentation's GitHub!" data-original-title="Documentation's GitHub!">
140+
<i class="fa fa-code-fork fa-lg fa-rotate-90"></i>
141+
</a>
142+
</li>
143+
</ul>
144+
<ul class="nav navbar-nav navbar-right">
145+
<li>
146+
<div id="search">
147+
<form class="navbar-form navbar-right" action="#" method="get" role="search">
148+
<div class="form-group">
149+
<input class="form-control" type="text" id="search-query" name="q" placeholder="Search" autocomplete="off" onfocus="loadLunrIndex()" onblur="hideSearchResults()">
150+
</div>
151+
</form>
152+
<section id="search-results" class="search-results-section" style="display: none;" onmousedown="event.preventDefault();">
153+
<div class="entries">
154+
</div>
155+
</section>
156+
</div>
157+
</li>
158+
</ul>
159+
</div>
160+
</div>
161+
162+
<script>
163+
$('[target=_blank]').append(" <i class=\"icon-external-link\" style=\"font-size:10px\"></i>");
164+
$('#git-icon').tooltip();
165+
</script>
166166

167167
</div>
168168
<div id="content-parent" class="content">

documentation/3.2.0/user_guide/topology_editor_workflows.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ <h1 id="workflow-edition">Workflow edition</h1>
136136

137137
<p><a href="../../images/user_guide/application/wf-steponfailure-2.png" target="_blank"><img src="../../images/3.2.0/user_guide/applications/wf-steponfailure-2.png" alt="*Workflow step on failure" /></a></p>
138138

139-
<p>When workflow is running and has a fail step, next step on failure modelised is run.</p>
139+
<p>When a workflow is running and has a failed step, the step linked by a “step on failure” link is run next</p>
140140

141141
<p><a href="../../images/user_guide/application/wf-steponfailure-3.png" target="_blank"><img src="../../images/3.2.0/user_guide/applications/wf-steponfailure-3.png" alt="*Workflow step on failure" /></a></p>
142142

documentation/3.4.0/user_guide/application_runtime.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,14 @@ <h1 id="resume-failed-workflows">Resume failed workflows</h1>
117117
For alien4cloud, the branch features/ALIEN-3705-wf-resume for the reposiorries <a href="https://github.com/alien4cloud/alien4cloud/tree/features/ALIEN-3705-wf-resume">alien4cloud</a> and <a href="https://github.com/alien4cloud/alien4cloud-yorc-provider/tree/features/ALIEN-3705-wf-resume">Yorc plugin provider</a></p>
118118
</div>
119119

120-
<h1 id="scaling">Scaling</h1>
120+
<h1 id="prepare-next-deployment-tab-display">Prepare next deployment tab display</h1>
121121

122-
<p><strong><em>TODO</em></strong> how to scale</p>
122+
<ul>
123+
<li>The <strong>Prepare Next Deployment tab</strong> is disabled when an application deployment or undeployment is in progress.</li>
124+
<li>Since 3.4.0 version, an option is available in A4C configuration file : option <code>features.client.lockNextDeploymentTabs</code> has to be set to <code>false</code> to get this tab enabled during an application deployement or undeployment.</li>
125+
<li>It is set to true if it is not set in the A4C configuration file.</li>
126+
</ul>
123127

124-
<h1 id="launching-operations">Launching operations</h1>
125-
<p><strong><em>TODO</em></strong> how to trigger an operation execution</p>
126128

127129
<a class="btn btn-primary pull-right" href="http://prose.io/#alien4cloud/alien4cloud.github.io/edit/sources/documentation/3.4.0/user_guide/application_runtime.md"><i class="fa fa-pencil-square-o"></i> Edit (pull request)</a>
128130
</div>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<small>is an <a href="http://github.com/alien4cloud">open source</a> platform<br /> that makes application management on the cloud easy for enterprises<br /><br /></small>
176176
</p>
177177
<p class="home-buttons">
178-
<a href="#/documentation/3.0.0/getting_started/new_getting_started.html" class="btn btn-primary btn-lg">Get Started</a>
178+
<a href="#/documentation/3.4.0/getting_started/new_getting_started.html" class="btn btn-primary btn-lg">Get Started</a>
179179
<a href="/common/download.html" class="btn btn-success btn-lg">Download</a>
180180
</p>
181181
</div>

0 commit comments

Comments
 (0)