<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Adam,<br>
I suppose you're asking for Fuel 7.0, in case just query the `fuel`
command from CLI with --help [1].<br>
Also, we deprecate GRE in 7.0+ in favor of VxLAN, even if you can
force the command and use it, as I explain below.<br>
<br>
You can create your described env with this procedure:<br>
<br>
1) Create env<br>
`fuel release`<br>
id | name | state | operating_system |
version <br>
---|------------------------|-------------|------------------|-------------<br>
2 | Kilo on Ubuntu 14.04.1 | available | Ubuntu |
2015.1.0-7.0<br>
1 | Kilo on CentOS 6.5 | unavailable | CentOS |
2015.1.0-7.0<br>
`fuel env create --name MyEnv --release 2 --mode ha --net neutron
--nst gre`<br>
<br>
2) To specify to use Ceph, download the settings file:<br>
`fuel env | grep MyEnv`<br>
5 | new | MyEnv | ha_compact | 2 | None<br>
`fuel --env 5 settings download`<br>
<br>
3) Edit this file:<br>
`$EDITOR settings_5.yaml`<br>
Find the Ceph options under key 'storage' and setup as desired. To
enable Ceph, just turn the option value to 'true'. For example, set
true in 'volumes_ceph'.<br>
<br>
4) Upload this new yaml file:<br>
`fuel --env 5 settings upload`<br>
<br>
Best regards,<br>
Fabrizio<br>
<br>
<br>
[1]<br>
[root@fuel ~]# fuel env create --help<br>
usage: fuel environment [-h] [--env ENV]<br>
[--list | --set | --delete | --create |
--update]<br>
[--release RELEASE] [--force] [--name NAME]<br>
[--mode {multinode,ha}] [--net
{nova,neutron}]<br>
[--nst {gre,vlan,tun}] [--deployment-tasks]<br>
[--attributes] [--download | --upload]
[--dir DIR]<br>
<br>
optional arguments:<br>
-h, --help show this help message and exit<br>
--env ENV, --env-id ENV<br>
environment id<br>
--list, -l List all available environments<br>
--set, -s Set environment parameters (e.g name,
deployment mode)<br>
--delete Delete environment with specific env or name<br>
--create, -c, --env-create<br>
Create a new environment with specific
release id and name<br>
--update, --env-update<br>
Update OS to specified release id for given
env<br>
--release RELEASE, --rel RELEASE<br>
Release id<br>
--force, -f Do it anyway<br>
--name NAME, --env-name NAME<br>
Environment name<br>
--mode {multinode,ha}, -m {multinode,ha}, --deployment-mode
{multinode,ha}<br>
Set deployment mode for specific environment<br>
--net {nova,neutron}, -n {nova,neutron}, --network-mode
{nova,neutron}<br>
Set network mode for specific environment<br>
--nst {gre,vlan,tun}, --net-segment-type {gre,vlan,tun}<br>
Set network segment type<br>
--deployment-tasks Environment tasks configuration<br>
--attributes Environment attributes<br>
--download, -d Download configuration of specific cluster<br>
--upload, -u Upload configuration to specific cluster<br>
--dir DIR Select directory to which download release
attributes<br>
<br>
Examples:<br>
<br>
To change environment name, mode or network mode:<br>
fuel --env 1 env set --name NewEnvName --mode ha_compact<br>
<br>
To create an environment with name MyEnv and release id=1 run:<br>
fuel env create --name MyEnv --rel 1<br>
<br>
By default, it creates environment with ha_compact mode and<br>
neutron with VLAN network segmentation as network provider<br>
(WARNING: nova-network is deprecated since 6.1 release).<br>
To specify other modes add optional arguments:<br>
fuel env create --name MyEnv --rel 1 \<br>
--mode ha --network-mode neutron<br>
<br>
Update environment to given OS release:<br>
fuel env --env 1 --update --release 1<br>
<br>
Print all available environments:<br>
fuel env<br>
<br>
Modify deployment_tasks for environment:<br>
fuel env --env 1 --deployment-tasks --download<br>
fuel env --env 1 --deployment-tasks --upload<br>
<br>
To delete the environment:<br>
fuel --env 1 env --force delete<br>
<br>
Modify attributes of the environment:<br>
fuel env --env 1 --attributes --download<br>
fuel env --env 1 --attributes --upload<br>
<br>
<br>
<br>
<div class="moz-cite-prefix">On 10/22/2015 12:09 AM, Adam Lawson
wrote:<br>
</div>
<blockquote
cite="mid:CAJfWK4-pLnrNxuUe+k4YyL_56Lkf6uEhASQL-=uQ+8MUKTe4oA@mail.gmail.com"
type="cite">
<div dir="ltr">I'm being asked how to create a new environment
using fuel cli. I need to know how to define KVM, neutron/GRE
with Ceph back-end for everything. The docs gives examples but
don't go into specifics.<br clear="all">
<div>
<div class="gmail_signature">
<div dir="ltr">
<div><font>
<div style="font-family:arial;font-size:small"><b><i><br>
Adam Lawson</i></b></div>
<div><font><font size="1" color="#666666">
<div style="font-family:arial"><br>
</div>
<div style="font-family:arial;font-size:small">AQORN,
Inc.</div>
<div style="font-family:arial;font-size:small">427
North Tatnall Street</div>
<div style="font-family:arial;font-size:small">Ste.
58461</div>
<div style="font-family:arial;font-size:small">Wilmington,
Delaware 19801-2230</div>
<div style="font-family:arial;font-size:small">Toll-free:
(844) 4-AQORN-NOW ext. 101</div>
<div style="font-family:arial;font-size:small">International:
+1 302-387-4660</div>
</font><font size="1" color="#666666">
<div style="font-family:arial;font-size:small">Direct:
+1 916-246-2072</div>
</font></font></div>
</font></div>
<div style="font-family:arial;font-size:small"><img
moz-do-not-send="true"
src="http://www.aqorn.com/images/logo.png" height="39"
width="96"><br>
</div>
</div>
</div>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Mailing list: <a class="moz-txt-link-freetext" href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a>
Post to : <a class="moz-txt-link-abbreviated" href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a>
Unsubscribe : <a class="moz-txt-link-freetext" href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a>
</pre>
</blockquote>
<br>
</body>
</html>