Provision atomic host using satellite

Hello,

Is anyone using atomic to be provisioned via satellite 6.2.10 ?

While provisioning i am getting this error " [atomic] ImportError: cannot import name OSTree"

My image tag is 7.3.2

Anyone aware of this ? Also after successful provision do i need to apply puppet configurarion to configure DNS,NTP and other stuffs how puppet works in that or what meathod is approprite to configure it.

Thanks,
DJ

Dhaval, do you have a case opened?

Are you using on-demand download policy for kickstart or ostree?

Have you added both kickstart and ostree into the same content view
which is in use?

LZ

··· On Thu, Jul 27, 2017 at 8:18 PM, Unix SA wrote: > Hello, > > Is anyone using atomic to be provisioned via satellite 6.2.10 ? > > While provisioning i am getting this error " [atomic] ImportError: cannot import name OSTree" > > My image tag is 7.3.2 > > Anyone aware of this ? Also after successful provision do i need to apply puppet configurarion to configure DNS,NTP and other stuffs how puppet works in that or what meathod is approprite to configure it. > > Thanks, > DJ > > -- > You received this message because you are subscribed to the Google Groups "Foreman users" group. > To unsubscribe from this group and stop receiving emails from it, send an email to foreman-users+unsubscribe@googlegroups.com. > To post to this group, send email to foreman-users@googlegroups.com. > Visit this group at https://groups.google.com/group/foreman-users. > For more options, visit https://groups.google.com/d/optout.


Later,
Lukas @lzap Zapletal

Hi,

it does work now, it works with > 7.3 OS, Thanks.

One more thing i want to ask is, what is recommended way for doing post
configuration of Atomic host, for example DNS,NTP, authentication … can
anyone guide me on this please?

I think we can not install puppet for doing post configuration.

Thanks,
DJ

··· On Monday, 31 July 2017 13:44:43 UTC+5:30, Lukas Zapletal wrote: > > Dhaval, do you have a case opened? > > Are you using on-demand download policy for kickstart or ostree? > > Have you added both kickstart and ostree into the same content view > which is in use? > > LZ > > On Thu, Jul 27, 2017 at 8:18 PM, Unix SA <d.jo...@gmail.com > > wrote: > > Hello, > > > > Is anyone using atomic to be provisioned via satellite 6.2.10 ? > > > > While provisioning i am getting this error " [atomic] ImportError: > cannot import name OSTree" > > > > My image tag is 7.3.2 > > > > Anyone aware of this ? Also after successful provision do i need to > apply puppet configurarion to configure DNS,NTP and other stuffs how puppet > works in that or what meathod is approprite to configure it. > > > > Thanks, > > DJ > > > > -- > > You received this message because you are subscribed to the Google > Groups "Foreman users" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to foreman-user...@googlegroups.com . > > To post to this group, send email to forema...@googlegroups.com > . > > Visit this group at https://groups.google.com/group/foreman-users. > > For more options, visit https://groups.google.com/d/optout. > > > > -- > Later, > Lukas @lzap Zapletal >

Hello, glad to hear you had it working.

Atomic is essentially a RHEL with some volumes mounted as read-only,
excluding /etc or /var. So you can configure all things the usual way

  • if you prefer by modifying /etc configuration files. There are some
    special things to do, for example configuring Docker and storage for
    it (/etc/sysconfig/docker-storage-setup).

Atomic includes nice ad-hoc configuration management interface called
Cockpit, you can easily access it via your web browser and set all of
the most important configuration values or directly start containers
on it. For more info go to:

https://access.redhat.com/articles/2772861
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux_atomic_host/7/html-single/installation_and_configuration_guide/
https://www.projectatomic.io/docs/quickstart/

··· On Mon, Jul 31, 2017 at 11:09 AM, Unix SA wrote: > Hi, > > it does work now, it works with > 7.3 OS, Thanks. > > One more thing i want to ask is, what is recommended way for doing post > configuration of Atomic host, for example DNS,NTP, authentication .. can > anyone guide me on this please? > > I think we can not install puppet for doing post configuration. > > Thanks, > DJ > > > On Monday, 31 July 2017 13:44:43 UTC+5:30, Lukas Zapletal wrote: >> >> Dhaval, do you have a case opened? >> >> Are you using on-demand download policy for kickstart or ostree? >> >> Have you added both kickstart and ostree into the same content view >> which is in use? >> >> LZ >> >> On Thu, Jul 27, 2017 at 8:18 PM, Unix SA wrote: >> > Hello, >> > >> > Is anyone using atomic to be provisioned via satellite 6.2.10 ? >> > >> > While provisioning i am getting this error " [atomic] ImportError: >> > cannot import name OSTree" >> > >> > My image tag is 7.3.2 >> > >> > Anyone aware of this ? Also after successful provision do i need to >> > apply puppet configurarion to configure DNS,NTP and other stuffs how puppet >> > works in that or what meathod is approprite to configure it. >> > >> > Thanks, >> > DJ >> > >> > -- >> > You received this message because you are subscribed to the Google >> > Groups "Foreman users" group. >> > To unsubscribe from this group and stop receiving emails from it, send >> > an email to foreman-user...@googlegroups.com. >> > To post to this group, send email to forema...@googlegroups.com. >> > Visit this group at https://groups.google.com/group/foreman-users. >> > For more options, visit https://groups.google.com/d/optout. >> >> >> >> -- >> Later, >> Lukas @lzap Zapletal


Later,
Lukas @lzap Zapletal

Thanks,

Basically i want to automate all the configuration, similar to RHEL7
installation where i run puppet after installing OS so it configures my OS.

Is that cloud-init is same ? I am not sure if i can configure all INFRA
services usimg cockpit or add it in kickstart or other config managememt
tools.

Appriciate your time in helping me to understand this concept of
customization in automic.

Thanks,
DJ

Hello, glad to hear you had it working.

Atomic is essentially a RHEL with some volumes mounted as read-only,
excluding /etc or /var. So you can configure all things the usual way

  • if you prefer by modifying /etc configuration files. There are some
    special things to do, for example configuring Docker and storage for
    it (/etc/sysconfig/docker-storage-setup).

Atomic includes nice ad-hoc configuration management interface called
Cockpit, you can easily access it via your web browser and set all of
the most important configuration values or directly start containers
on it. For more info go to:

https://access.redhat.com/articles/2772861
https://access.redhat.com/documentation/en-us/red_hat_
enterprise_linux_atomic_host/7/html-single/installation_
and_configuration_guide/
https://www.projectatomic.io/docs/quickstart/

> Hi,
>
> it does work now, it works with > 7.3 OS, Thanks.
>
> One more thing i want to ask is, what is recommended way for doing post
> configuration of Atomic host, for example DNS,NTP, authentication … can
> anyone guide me on this please?
>
> I think we can not install puppet for doing post configuration.
>
> Thanks,
> DJ
>
>
>>
>> Dhaval, do you have a case opened?
>>
>> Are you using on-demand download policy for kickstart or ostree?
>>
>> Have you added both kickstart and ostree into the same content view
>> which is in use?
>>
>> LZ
>>
>> > Hello,
>> >
>> > Is anyone using atomic to be provisioned via satellite 6.2.10 ?
>> >
>> > While provisioning i am getting this error " [atomic] ImportError:
>> > cannot import name OSTree"
>> >
>> > My image tag is 7.3.2
>> >
>> > Anyone aware of this ? Also after successful provision do i need to
>> > apply puppet configurarion to configure DNS,NTP and other stuffs how
puppet

··· On 31-Jul-2017 3:06 PM, "Lukas Zapletal" wrote: On Mon, Jul 31, 2017 at 11:09 AM, Unix SA wrote: > On Monday, 31 July 2017 13:44:43 UTC+5:30, Lukas Zapletal wrote: >> On Thu, Jul 27, 2017 at 8:18 PM, Unix SA wrote: >> > works in that or what meathod is approprite to configure it. >> > >> > Thanks, >> > DJ >> > >> > -- >> > You received this message because you are subscribed to the Google >> > Groups "Foreman users" group. >> > To unsubscribe from this group and stop receiving emails from it, send >> > an email to foreman-user...@googlegroups.com. >> > To post to this group, send email to forema...@googlegroups.com. >> > Visit this group at https://groups.google.com/group/foreman-users. >> > For more options, visit https://groups.google.com/d/optout. >> >> >> >> -- >> Later, >> Lukas @lzap Zapletal


Later,
Lukas @lzap Zapletal

To be honest, configuration management is not my domain, someone else
might know better. I don't know if puppet is even available for
Atomic, what could work is Ansible which ssh into hosts and has
self-hosting capability (if Python is installed which I assume it is).

Cockpit is not for automation, it's rather for ad-hoc configuration as I wrote.

LZ

··· On Mon, Jul 31, 2017 at 11:44 AM, Unix SA wrote: > Thanks, > > Basically i want to automate all the configuration, similar to RHEL7 > installation where i run puppet after installing OS so it configures my OS. > > Is that cloud-init is same ? I am not sure if i can configure all INFRA > services usimg cockpit or add it in kickstart or other config managememt > tools. > > Appriciate your time in helping me to understand this concept of > customization in automic. > > Thanks, > DJ > > On 31-Jul-2017 3:06 PM, "Lukas Zapletal" wrote: > > Hello, glad to hear you had it working. > > Atomic is essentially a RHEL with some volumes mounted as read-only, > excluding /etc or /var. So you can configure all things the usual way > - if you prefer by modifying /etc configuration files. There are some > special things to do, for example configuring Docker and storage for > it (/etc/sysconfig/docker-storage-setup). > > Atomic includes nice ad-hoc configuration management interface called > Cockpit, you can easily access it via your web browser and set all of > the most important configuration values or directly start containers > on it. For more info go to: > > https://access.redhat.com/articles/2772861 > https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux_atomic_host/7/html-single/installation_and_configuration_guide/ > https://www.projectatomic.io/docs/quickstart/ > > On Mon, Jul 31, 2017 at 11:09 AM, Unix SA wrote: >> Hi, >> >> it does work now, it works with > 7.3 OS, Thanks. >> >> One more thing i want to ask is, what is recommended way for doing post >> configuration of Atomic host, for example DNS,NTP, authentication .. can >> anyone guide me on this please? >> >> I think we can not install puppet for doing post configuration. >> >> Thanks, >> DJ >> >> >> On Monday, 31 July 2017 13:44:43 UTC+5:30, Lukas Zapletal wrote: >>> >>> Dhaval, do you have a case opened? >>> >>> Are you using on-demand download policy for kickstart or ostree? >>> >>> Have you added both kickstart and ostree into the same content view >>> which is in use? >>> >>> LZ >>> >>> On Thu, Jul 27, 2017 at 8:18 PM, Unix SA wrote: >>> > Hello, >>> > >>> > Is anyone using atomic to be provisioned via satellite 6.2.10 ? >>> > >>> > While provisioning i am getting this error " [atomic] ImportError: >>> > cannot import name OSTree" >>> > >>> > My image tag is 7.3.2 >>> > >>> > Anyone aware of this ? Also after successful provision do i need to >>> > apply puppet configurarion to configure DNS,NTP and other stuffs how >>> > puppet >>> > works in that or what meathod is approprite to configure it. >>> > >>> > Thanks, >>> > DJ >>> > >>> > -- >>> > You received this message because you are subscribed to the Google >>> > Groups "Foreman users" group. >>> > To unsubscribe from this group and stop receiving emails from it, send >>> > an email to foreman-user...@googlegroups.com. >>> > To post to this group, send email to forema...@googlegroups.com. >>> > Visit this group at https://groups.google.com/group/foreman-users. >>> > For more options, visit https://groups.google.com/d/optout. >>> >>> >>> >>> -- >>> Later, >>> Lukas @lzap Zapletal > > > > -- > Later, > Lukas @lzap Zapletal > >


Later,
Lukas @lzap Zapletal

Thanks, may be some has experice with atomic post customization can help,
because this is important step for us, to configure DNS, NTP,
authentication using LDAP and so on after provisioning of atomic os.

To be honest, configuration management is not my domain, someone else
might know better. I don't know if puppet is even available for
Atomic, what could work is Ansible which ssh into hosts and has
self-hosting capability (if Python is installed which I assume it is).

Cockpit is not for automation, it's rather for ad-hoc configuration as I
wrote.

LZ

> Thanks,
>
> Basically i want to automate all the configuration, similar to RHEL7
> installation where i run puppet after installing OS so it configures my
OS.
>
> Is that cloud-init is same ? I am not sure if i can configure all INFRA
> services usimg cockpit or add it in kickstart or other config managememt
> tools.
>
> Appriciate your time in helping me to understand this concept of
> customization in automic.
>
> Thanks,
> DJ
>
>
> Hello, glad to hear you had it working.
>
> Atomic is essentially a RHEL with some volumes mounted as read-only,
> excluding /etc or /var. So you can configure all things the usual way
> - if you prefer by modifying /etc configuration files. There are some
> special things to do, for example configuring Docker and storage for
> it (/etc/sysconfig/docker-storage-setup).
>
> Atomic includes nice ad-hoc configuration management interface called
> Cockpit, you can easily access it via your web browser and set all of
> the most important configuration values or directly start containers
> on it. For more info go to:
>
> https://access.redhat.com/articles/2772861
> https://access.redhat.com/documentation/en-us/red_hat_
enterprise_linux_atomic_host/7/html-single/installation_
and_configuration_guide/

··· On 31-Jul-2017 3:43 PM, "Lukas Zapletal" wrote: On Mon, Jul 31, 2017 at 11:44 AM, Unix SA wrote: > On 31-Jul-2017 3:06 PM, "Lukas Zapletal" wrote: > https://www.projectatomic.io/docs/quickstart/ > > On Mon, Jul 31, 2017 at 11:09 AM, Unix SA wrote: >> Hi, >> >> it does work now, it works with > 7.3 OS, Thanks. >> >> One more thing i want to ask is, what is recommended way for doing post >> configuration of Atomic host, for example DNS,NTP, authentication .. can >> anyone guide me on this please? >> >> I think we can not install puppet for doing post configuration. >> >> Thanks, >> DJ >> >> >> On Monday, 31 July 2017 13:44:43 UTC+5:30, Lukas Zapletal wrote: >>> >>> Dhaval, do you have a case opened? >>> >>> Are you using on-demand download policy for kickstart or ostree? >>> >>> Have you added both kickstart and ostree into the same content view >>> which is in use? >>> >>> LZ >>> >>> On Thu, Jul 27, 2017 at 8:18 PM, Unix SA wrote: >>> > Hello, >>> > >>> > Is anyone using atomic to be provisioned via satellite 6.2.10 ? >>> > >>> > While provisioning i am getting this error " [atomic] ImportError: >>> > cannot import name OSTree" >>> > >>> > My image tag is 7.3.2 >>> > >>> > Anyone aware of this ? Also after successful provision do i need to >>> > apply puppet configurarion to configure DNS,NTP and other stuffs how >>> > puppet >>> > works in that or what meathod is approprite to configure it. >>> > >>> > Thanks, >>> > DJ >>> > >>> > -- >>> > You received this message because you are subscribed to the Google >>> > Groups "Foreman users" group. >>> > To unsubscribe from this group and stop receiving emails from it, send >>> > an email to foreman-user...@googlegroups.com. >>> > To post to this group, send email to forema...@googlegroups.com. >>> > Visit this group at https://groups.google.com/group/foreman-users. >>> > For more options, visit https://groups.google.com/d/optout. >>> >>> >>> >>> -- >>> Later, >>> Lukas @lzap Zapletal > > > > -- > Later, > Lukas @lzap Zapletal > >


Later,
Lukas @lzap Zapletal