Skip to content

Commit 9de579f

Browse files
author
CloudEdge Solutions
committed
add versioning files before split
1 parent 21021a2 commit 9de579f

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

README.txt

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Welcome to a Barclamp for the Crowbar Framework project
2+
=======================================================
3+
4+
The code and documentation is distributed under the Apache 2 license (http://www.apache.org/licenses/LICENSE-2.0.html). Contributions back to the source are encouraged.
5+
6+
The Crowbar Framework (https://github.com/dellcloudedge/crowbar) was developed by the Dell CloudEdge Solutions Team (http://dell.com/openstack) as a OpenStack installer (http://OpenStack.org) but has evolved as a much broader function tool.
7+
A Barclamp is a module component that implements functionality for Crowbar. Core barclamps operate the essential functions of the Crowbar deployment mechanics while other barclamps extend the system for specific applications.
8+
9+
* This functonality of this barclamp DOES NOT stand alone, the Crowbar Framework is required *
10+
11+
About this barclamp
12+
-------------------
13+
14+
Information for this barclamp is maintained on the Crowbar Framework Wiki: https://github.com/dellcloudedge/crowbar/wiki

crowbar.yml

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Copyright 2011, Dell
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
#
15+
# Author: RobHirschfeld
16+
#
17+
18+
barclamp:
19+
name: ipmi
20+
display: IPMI
21+
version: 0
22+
23+
crowbar:
24+
layout: 1
25+
26+
27+
locale_additions:
28+
en:
29+
barclamp:
30+
ipmi_edit_attributes:
31+
attributes: Attributes
32+
debug: Enable Barclamp Debug
33+
bmc_enable: Enable BMC
34+
bmc_user: BMC User
35+
bmc_password: BMC Password
36+
ipmi_edit_deployment:
37+
deployment: Deployment

0 commit comments

Comments
 (0)