23 Commits

Author SHA1 Message Date
Bruce Ashfield
45c622e280 global: override conversion pass #2
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-10-19 12:40:03 -04:00
Mark Asselstine
a5a470e667 housekeeping: add cube-vrf to docs and scripts
We have added a new container to the OverC framework to handle
networking services for the cube-lan. Although this functionality has
been available since commit ad749f0c06 [cube-vrf: Introduce the
cube-vrf container], we have yet to include it in documents and system
scripts. Add references to cube-vrf where needed.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
2018-09-10 21:36:24 -04:00
Mark Asselstine
945ebc712e housekeeping: complete removal of Dom1
In commit 7132ee0f30 [images: bump essential PV and remove dom1] we
removed dom1 from the OverC framework. However, several references to
dom1 remained which we are now removing.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
2018-09-10 21:36:20 -04:00
Jason Wessel
bfbf20677e pflask: Add the ability to use a wildcard network interface spec
It is desirable to allow pflask to work with what ever hardware is
detected as well as specific hardware.  The --netif=Interface was
extended with this patch to allow a "+" which will match any other
interface with the same prefix.  For example --netif=enp+:enp+ will
select all available interfaces that start with enp like enp0s3,
enp0s4, etc...

Also clean up instances of NETWORK_DEVICE_CLASSES which is no longer used.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
2017-09-09 16:26:51 -07:00
Bruce Ashfield
22d1147a23 README: update with basic networking information
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-04-25 16:02:00 -04:00
Jiang Lu
c90bdc1c99 linux-yocto:Disable builder.cfg by default
Since builder.cfg will disable preempt in kernel. We disable this kernel
fragment by default.
If user want to enable builder.cfg for cube-builder project, need add
following line in local.conf:
  OVERC_PLATFORM_TUNING += "builder"

Signed-off-by: Jiang Lu <lu.jiang@windriver.com>
2016-11-28 07:33:52 -05:00
Jiang Lu
1d8ac827d2 Readme.install: Add notes about read-only essential
Add notes in Readme.install:
1.Limitation of read-only essential rootfs.
2.How to change rw attribute for essential.

Signed-off-by: Jiang Lu <lu.jiang@windriver.com>
2016-11-23 15:22:11 -05:00
Bruce Ashfield
3827adbb5c cube: rename cube-domE to cube-desktop
The cube-domE name is confusing, and we constantly have to explain what
the "E" stands for.

Also, as the design progressed, domE is not an essential part of the
system .. it is optional. As such, it shouldn't be designated as a
"domain".

By dropping the domE and making it cube-desktop, we resolve both the
confusion and the inconsistency.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-05-27 11:30:21 -04:00
Mark Asselstine
78ef4890e5 Housekeeping: switch URLs to new location of overc-installer
The overc-installer is still on github but the organization has
switched from WindRiver-OpenSourceLabs to OverC.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
2016-04-25 16:53:41 -04:00
Arnold German
9ed6aa6ce0 README: make commands easier to copy and paste in a terminal
Signed-off-by: Arnold German <Arnold.German@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-01-31 23:08:20 -05:00
Mark Asselstine
0beb8fd015 cube-*: add puppet to all OverC images
The puppet will be used in masterless mode to complete configuration
of the images during installation and eventually to ensure persistent
configurations remain after completing system upgrades.

This requires that meta-cloud-services is added to the list of
required layers. Documentation, sample configs etc. have been updated
to reflect this.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-12-18 16:05:51 -05:00
Bruce Ashfield
483fabe950 docs: document peer container utilities
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-12-04 16:39:35 -05:00
Mark Asselstine
adff5be41f README.install: add '--artifacts' option to sample cubeit call
When the usb-creator.sh script was renamed to cubeit the options to
invoke installer creation also changed. Previously this was just an
ordered option but now is prefixed.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-11-19 13:55:36 -05:00
Bruce Ashfield
e3e9cc64c5 pod -> cube
'pods' are used in many projects and places. To clear up the namespace, we now
call the building blocks of an OverC system 'cubes'.

This switches the images, variables and READMEs to talk about 'cubes'.

We also move the distro conf to meta-overc, and ensure the distro is "overc".

And finally, the meta-cube layer priority is bumped to ensure its configs take
precence.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-10-23 15:45:37 -04:00
Amy Fong
208ce90c80 Add btrfs option in installer README
Modify README.install to specify using -b option for pod-install.sh
to enable btrfs option

Signed-off-by: Amy Fong <amy.fong@windriver.com>
2015-09-23 02:18:13 -04:00
Bruce Ashfield
6b378e0685 README: add local.conf notes
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-09-10 14:58:44 -04:00
Bruce Ashfield
a7e83f56db README: indicate that grub configuration can be in home dir
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-08-31 12:47:57 -04:00
Mark Asselstine
a9179135a4 README.install: Add notes for puppet use with the installer
The installation scripts now support the use of puppet during the
creation of the install media and while installing the target. Here we
are adding notes on how puppet is setup for use. For now we are
leaving the use of puppet as an optional feature, at a later point in
time it will most likely be the default and at that time we can remove
what we are adding here and replace it with more details about how to
work with the puppet configuration to achieve specific configuration
goals.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
2015-08-31 09:48:55 -04:00
Bruce Ashfield
ef96175136 docs: add warnings to README.install about disk partitioning
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-08-21 12:28:52 -04:00
Bruce Ashfield
9137f8cf5e README.install: indicate that root/root is the default password
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-07-30 14:56:03 -04:00
Bruce Ashfield
5497848c2d README: clarify pod-essential use case
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-07-30 14:55:09 -04:00
Bruce Ashfield
66b928cf18 install: expand grub2 requirements
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-07-29 10:57:29 -04:00
Bruce Ashfield
07e197e6ee docs: initial creation of installation instructions
This is a rough outline of the steps required to build and install OverC.
It is incomplete, but serves as our baseline instructions.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-07-28 15:13:26 -04:00