[rdo-list] RDO Newton GA Test Day - October 13, 14
Boris Derzhavets
bderzhavets at hotmail.com
Fri Oct 7 16:30:40 UTC 2016
The problem I am experiencing in meantime is that :-
$ bash quickstart.sh -R newton --config ./cofig/general_config/any-choosen.yml $VIRTHOST
doesn't generated on undercloud VM , in ~stack/ folder any script overcloud-deploy.sh
Just providing advice referring tripleo.org doc's.
Even $ bash quickstart.sh -R newton $VIRTHOST
behaves same way.
Thanks.
Boris
________________________________
From: Dmitry Tantsur <dtantsur at redhat.com>
Sent: Friday, October 7, 2016 1:51 PM
To: Boris Derzhavets; rdo-list at redhat.com
Subject: Re: [rdo-list] RDO Newton GA Test Day - October 13, 14
On 10/07/2016 08:38 AM, Boris Derzhavets wrote:
>
>
>
> --------------------------------------------------------------------------------
> *From:* rdo-list-bounces at redhat.com <rdo-list-bounces at redhat.com> on behalf of
> Dmitry Tantsur <dtantsur at redhat.com>
> *Sent:* Thursday, October 6, 2016 2:03 PM
> *To:* rdo-list at redhat.com
> *Subject:* Re: [rdo-list] RDO Newton GA Test Day - October 13, 14
>
> On 10/05/2016 04:05 PM, Rich Bowen wrote:
>> Please join us for the final test day of the Newton cycle.
>>
>> Full details of the test day are at
>> https://www.rdoproject.org/testday/newton/final/
>>
>> We will be testing on October 13th and 14th. Come to #rdo on the
>> Freenode IRC network for help and discussion.
>>
>> Based on discussion on the list, I've moved the test scenarios document
>> entirely to an etherpad, to make it easier to add test scenarios, as
>> well as easier for people to add their test day notes.
>>
>> Please have a look at the test scenario etherpad prior to test day, and
>> ensure that desired scenarios are listed, and that instructions are
>> there for testers to follow -
>> https://etherpad.openstack.org/p/rdo-newton-ga-testday-testplan
>>
>>
>
> May I shamelessly ask folks to give Ironic support in TripleO overcloud a try?
> This is a new thing in Newton, and I know that a lot of people were excited
> about it. Here is the rough walk-through for testing it:
> http://tripleo.org/advanced_deployment/baremetal_overcloud.html
Bare Metal Instances in Overcloud - tripleo-docs 0.0.1 ...<http://tripleo.org/advanced_deployment/baremetal_overcloud.html>
tripleo.org
Bare Metal Instances in Overcloud¶ This documentation explains installing Ironic for providing bare metal instances in the overcloud to end users.
>
> Could you provide a sample of ironic-config.yaml, which is ready to go ,
> then it would not be a problem to make a test via instack-virt-setup install
> based on "centos7-newton/current-passed-ci" trunk.
>
> Thanks.
> Boris
>
> Thanks!
>
This is what I used the last time:
parameter_defaults:
IronicEnabledDrivers:
- pxe_ssh
- pxe_ipmitool
IronicCleaningDiskErase: 'metadata'
ControllerExtraConfig:
ironic::drivers::ssh::libvirt_uri: 'qemu:///session'
NovaSchedulerDefaultFilters:
- RetryFilter
- AggregateInstanceExtraSpecsFilter
- AvailabilityZoneFilter
- RamFilter
- DiskFilter
- ComputeFilter
- ComputeCapabilitiesFilter
- ImagePropertiesFilter
ControllerCount: 3
ComputeCount: 1
OvercloudControlFlavor: control
OvercloudComputeFlavor: compute
NtpServer: 'pool.ntp.org'
This does not include ironic::conductor::cleaning_network_uuid, which has to be
set later. As you see, it assumes HA configuration, and using hybrid BM-VM. It
can be used for both virtual and non-virtual environments. Also note that
setting ironic::drivers::ssh::libvirt_uri is because I used tripleo-quickstart.
Remove it for instack-virt-setup.
Overall, I would recommend you start with an easier configuration:
parameter_defaults:
IronicEnabledDrivers:
- pxe_ssh
- pxe_ipmitool
IronicCleaningDiskErase: 'metadata'
ControllerCount: 1
ComputeCount: 0
OvercloudControlFlavor: control
NtpServer: 'pool.ntp.org'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rdoproject.org/pipermail/dev/attachments/20161007/0da25d3b/attachment.html>
More information about the dev
mailing list