Displaying 16 results from an estimated 16 matches for "cloudformation".
2012 Jan 10
5
Puppet proxies
...ism, such as fog. The question is: where does the proxy
run? I assume a puppet agent needs to run somewhere. Where do you put
that agent, how do you configure it, and how do you identify it as a
puppet node? I''m having visions of sugar plum fairies at the thought
of using Puppet to do what CloudFormation does (automate the
configuration of an entire AWS environment). But it''s not clear to me
how to wire it together.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.co...
2013 Aug 16
0
Support cloud-init or use-data in AWS marketplace official AMI?
...e official AMIs in AWS EC2 marketplace.
However, compare to official RedHat Linux and Amazon Linux AMIs in EC2,
current official CentOS AMIs in marketplace does not support cloud-init or
user-data scripts.
which means that these AMIs doesn't support automation and dev-op
operations.
Since AWS CloudFormation also leverage user-data for initial the
CloudFormation helper scripts to achieve auto deployment.
I believe it would be a great enhancement to support user-data or
cloud-init, so that the official CentOS can collaborate with AWS
CloudFormation Service.
May I know is there any planned schedule to...
2018 Feb 27
4
Re: [PATCH] v2v: remove MAC address related information
On Tue, Feb 27, 2018 at 12:53:08PM +0100, Pino Toscano wrote:
> On Tuesday, 27 February 2018 12:35:36 CET Tomáš Golembiovský wrote:
> > Remove ties to MAC address because it is likely to change.
>
> v2v tries to preserve the MAC address of network interfaces; few months
> ago we did a fix regarding this:
> https://bugzilla.redhat.com/show_bug.cgi?id=1506572
>
> The
2012 Jan 03
1
AWS Elastic Beanstalk & Puppet
Anyone have experience and willing to share for Beanstalk?
e.g.
How does Puppet fit in when we mainly use AWS Elastic Beanstalk?
Seems most features are provided by Beanstalk.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email
2018 Oct 30
1
Re: Multiple convertion from hyper-v VM to RHEV 4.1
On Tue, Oct 30, 2018 at 10:27:49AM -0300, HUGO DANIEL MEDINA SOSA wrote:
> Hi Richard, how are you!! ... I find you mail address in a mailing list
> when i search for a tool to convert multiple VMs allocated in Hyper-V
> plattform to RHEV 4.1 plattform.
> The issue presented for me is that i have almost fifty (~50) linux VMs [Red
> Hat 6.x-7.x , CentOS 6.x-7.x] in Hyper-V 2012 R2
2019 Nov 18
1
Re: [PATCH 2/2] options: Allow multiple --key parameters and default keys.
On Saturday, 16 November 2019 09:33:21 CET Richard W.M. Jones wrote:
> On Fri, Nov 15, 2019 at 03:23:02PM +0100, Pino Toscano wrote:
> > On Tuesday, 12 November 2019 19:35:12 CET Richard W.M. Jones wrote:
> > > This allows multiple --key parameters on the command line to match a
> > > single device. This could either be specified as:
> > >
> > >
2018 Feb 27
2
Re: [PATCH] v2v: remove MAC address related information
On Tue, 27 Feb 2018 13:43:59 +0100
Fabien Dupont <fdupont@redhat.com> wrote:
> We can still find them and run the sysprep, but I have
> the feeling that it would be more logical if virt-v2v did the sysprep when
> target is oVirt / RHV.
This is trickier than you think. For LVM volumes somebody (VDSM) has to
lock and prepare the disks for you first and there is no external API to
do
2020 Jun 09
0
Amazon Machine Image failing because of ec2:RunInstances Not authorized for images: [ami-03c4e540f2256d223]
...ld need to find the latest AMI version from the marketplace on the
page where you begin configuration or I would suggest contact the
marketplace provider support directly, unfortunately we do not have insight
in those images, only the provider.
This way they'll update the below mappings in the CloudFormation template
with the relevant AMI for us-west-2 region for you.
---
"AWSRegionArch2AMI": {
"us-east-1": {
"HVM64": "ami-0e683f9e59dd2838c"
},
"us-west-2": {
"HVM64": "a...
2018 Mar 29
0
deployment automation
2018 Feb 27
0
Re: [PATCH] v2v: remove MAC address related information
On Tuesday, 27 February 2018 13:34:09 CET Richard W.M. Jones wrote:
> On Tue, Feb 27, 2018 at 12:53:08PM +0100, Pino Toscano wrote:
> > On Tuesday, 27 February 2018 12:35:36 CET Tomáš Golembiovský wrote:
> > > Remove ties to MAC address because it is likely to change.
> >
> > v2v tries to preserve the MAC address of network interfaces; few months
> > ago we did
2018 Feb 27
0
Re: [PATCH] v2v: remove MAC address related information
Running sysprep is quite easy today because we use the export domain, which
is frequently NFS. So we simply mount it on the conversion host and run
sysprep against the disks of the converted VM before it is imported.
Soon, we want to skip the export domain, so the disks of the VM will be in
a separate domain. We can still find them and run the sysprep, but I have
the feeling that it would be more
2018 Feb 27
0
Re: [PATCH] v2v: remove MAC address related information
In this case, shouldn't that be done by the upload-disk API ? When you
upload a VM, oVirt knows what to do with it and handle the locking and any
operations required to make the VM an oVirt VM.
On 27 February 2018 at 13:53, Tomáš Golembiovský <tgolembi@redhat.com>
wrote:
> On Tue, 27 Feb 2018 13:43:59 +0100
> Fabien Dupont <fdupont@redhat.com> wrote:
>
> > We can
2013 Mar 27
6
puppet 3.x, rubygem pkg can't be found on a RHEL 6.4
Hi,
I followed puppetlab procedure to install open source version of puppet
agent 3.x.
It works for CentOS 6.4 but not RHEL 6.4, anyone has pointer where I missed
?
[root@mon04 ~]# yum install puppet
Loaded plugins: product-id, refresh-packagekit, security,
subscription-manager
This system is receiving updates from Red Hat Subscription Management.
rhel-6-server-cf-tools-1-rpms
2019 Nov 15
2
Re: [PATCH 2/2] options: Allow multiple --key parameters and default keys.
On Tuesday, 12 November 2019 19:35:12 CET Richard W.M. Jones wrote:
> This allows multiple --key parameters on the command line to match a
> single device. This could either be specified as:
>
> tool --key /dev/sda1:key:trykey1 --key /dev/sda1:key:trykey2
>
> which would try "trykey1" and "trykey2" against /dev/sda1.
This seems OK for me, so you can
2014 May 20
1
abrt dump qt selinux
Hi all,
Note: selinux was in permissive prior to error
Got this with a yum update:
abrt_version: 2.0.8
cgroup:
cmdline: semodule -n -r oracle-port -b base.pp.bz2 -i
accountsd.pp.bz2 ada.pp.bz2 cachefilesd.pp.bz2 cpufreqselector.pp.bz2
chrome.pp.bz2 awstats.pp.bz2 abrt.pp.bz2 aiccu.pp.bz2 amanda.pp.bz2
afs.pp.bz2 apache.pp.bz2 arpwatch.pp.bz2 audioentropy.pp.bz2
asterisk.pp.bz2
2018 Feb 27
5
[PATCH] v2v: remove MAC address related information
Remove ties to MAC address because it is likely to change.
The code is based on operations net-hwaddr and udev-persistent-net of
virt-sysprep.
Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
---
v2v/convert_linux.ml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/v2v/convert_linux.ml b/v2v/convert_linux.ml
index b273785e6..8bba74786 100644
---