SIMP 6.3.3-0

SIMP 6.3.3-0

Table of Contents

Release Notes for SIMP 6.3.3-0

How to use this page

  • Go to the row of your module

  • If the "proposed version" is green, then it has been released and tagged

  • If the "proposed version" is blue, verify that the tests have all passed, bold the text

  • If the "proposed version" is bold, tag and release the component, and color the column green

 

Component Selection

BLUE

New version since last SIMP release

YELLOW

New component since last SIMP release

GRAY

Omitted component

WHITE

Same version as last SIMP release

RED

TBD: Outstanding problem

BOLD

Ready to release

BOLD ITALICS

Tag published but not verified as released

GREEN

New version tagged, Forge released, RPM released

Component

Proposed Version

Version in 6.3.2

Latest Version

Unit Test Status

Acceptance Test Status

GitHub Released

Forge Released

RPM Released

Changelog

Component

Proposed Version

Version in 6.3.2

Latest Version

Unit Test Status

Acceptance Test Status

GitHub Released

Forge Released

RPM Released

Changelog

simp-core

6.3.3

6.3.2

6.3.2

UNKNOWN

<Link to Travis CI>

UNKNOWN

<Link to GitLab CI>

Y

Y

 

Y

 

simp-extras

6.3.3

6.3.2

6.3.2

UNKNOWN

<Link to Travis CI>

UNKNOWN

<Link to GitLab CI>

N/A

N/A

Y

 

simp-doc

6.3.3

6.3.2

6.3.2

UNKNOWN

<Link to Travis CI>

UNKNOWN

<Link to GitLab CI>

Y

N/A

Y

 

pupmod-simp-sssd

6.1.5

6.1.4

6.1.4

UNKNOWN

<Link to Travis CI>

UNKNOWN

<Link to GitLab CI>

Y

Y

Y

 

 

Release Testing Procedure

The full release testing procedure is documented in the Official SIMP Docs.

Puppet Versions Testing

Puppet version for GitLab and TravisCI

Puppet modules will be tested in GitLab and TravisCI with the following versions:

Puppet version for simp-core (integration) and SIMP ISO testing

Release

Puppet

Ruby

Notes

Release

Puppet

Ruby

Notes

SIMP 6.3.3-0

 

 

Version to be included in SIMP 6.3.3-0 ISOs

Release

Puppet

Ruby

Notes

Release

Puppet

Ruby

Notes

PE 2017.2

4.10.*

2.1.9

SIMP 6.1.0, SIMP 6.2.0 also tested on this version

  • Modules may have progressed past this and that is OK. There is no longer a guarantee that 4.10.* will be supported

PE 2018.1.4

5.5.6

2.4.4

 

 

 

 

Version to be included in SIMP 6.3.3-0 ISOs

 

OS Versions For Testing

  • SIMP acceptance tests will be executed with the following OS versions:

    • CentOS 7.5

    • CentOS 6.10

    • RedHat 7.5

    • RedHat 6.10

    • OracleLinux 7.5

    • OracleLinux 6.10

  • SIMP 6.3.3-0 ISOs for CentOS 7.5 and CentOS 6.10 will be built and tested.

  • If licenses are available, SIMP 6.3.3-0 ISOs for RedHat 7.5 and RedHat 6.10 will be built and tested.

Tests - New/Changed Features

The tests in this section focus on new features or major, SIMP-wide changes.

Legend:

- Means this version needs to be tested

- This version does not need to be tested.

- Testing probably sufficient from other versions.

- Testing has failed.

- Testing completed and Passed.

blank - This test is not OS specific

green

these test are automated

green

these test are automated

 

 

Component

Required

Tasks

Test

EL7

EL6

OL7

OL6

RH7

RH6

Status

Notes

Component

Required

Tasks

Test

EL7

EL6

OL7

OL6

RH7

RH6

Status

Notes

1

simp-core

 

Verify Puppet File matches release versions

 

 

https://simp-project.atlassian.net/browse/SIMP-6154

This must be completed before any other tests are done

2

installation

 

Verify installation from ISO

 

 

https://simp-project.atlassian.net/browse/SIMP-6166https://simp-project.atlassian.net/browse/SIMP-6167

 

3

installation

 

Verify installation from RPM

 

 

 

 

 

 

 

 

4

simp-core

 

Create and verify Changelog.rst

 

 

https://simp-project.atlassian.net/browse/SIMP-6154

This addresses STIG updates and Compliance Markup modules changes.

5

simp-doc,

 

'Upgrading SIMP' has an entry for the latest version and is correct

 

 

 

 

https://simp-project.atlassian.net/browse/SIMP-6155

 

6

simp-integration_test

 

SIMP server upgrade from RPM using the upgrade instructions.  Document any steps that are needed outside the ordinary upgrade.  Then, if there are additional steps, have someone else use the docs to do the upgrade to verify.

 

 

 

 

 

 

N/A

Tiny change and no ISO updates

See simp-integration_test for automated upgrade test.

this should be done for servers in both FIPS and NOFIPS mode.

7

RPMs and Released Modules

 

Dogfooding

 

 

 

 

https://simp-project.atlassian.net/browse/SIMP-6157

Or "drink your own home brew", which ever you prefer.

  • CentOS 7: SIMP server and SIMP client

  • CentOS 6: SIMP client only

8

Final RPM testing

RPMs have been uploaded to packagecloud

Run the simp-core install_from_rpm test and versify that it passes.   This will pull the packages from packagecloud.io and do an install.

 

 

 

 

 

 

 

in simp-core run

  • SIMP_BEAKER_OS=oel beaker:suites[install_from_rpm]

  • beaker:suites[install_from_rpm]

  • beaker:suites[install_from_rpm,el6_server]

  • SIMP_BEAKER_OS=oel beaker:suites[install_from_rpm,el6_server]

and then do it all again with BEAKER_fips=yes

9

Puppet Forge Testing

After modules have been tag with an annotated tag

run the simp-core test install_from_core_module test to test the modules pushed to Puppet Forge

 

 

 

 

 

 

N/A

in simp-core run

  • beaker:suites[install_from_core_module]

  • SIMP_BEAKER_OS=oel beaker:suites[install_from_core_module]

  • beaker:suites[install_from_core_module,el6_server]

  • SIMP_BEAKER_OS=oel beaker:suites[install_from_core_module,el6_server]

and then do it all again with BEAKER_fips=yes

Tests - Regression/Integration Testing

The tests in this section are regression tests to ensure unmodified capabilities still function.  These tests should use the packer boxes created in the New/Changed Feature tests, were applicable.

Note that most of these test should eventually be automated by simp-packer, simp-integration_test, or simp-core tests so check there and remove them from these list as they are automated elsewhere.

Test

EL6

EL7

Status

Notes

Test

EL6

EL7

Status

Notes

1

Verify non-standard BIOS boot options from the ISO:

  •   choose own partitions

  •   minimum installation

 

 

SKIPPED - No Relevant Changes

Skipped for 6.3.3 due to no relevant changes

2

Verify all boot Options in UEFI mode from ISO:

  • FIPS

  • no-FIPS

  • FIPS+Encrypted

  • FIPS+choose own partitions

  • minimum

 

 

SKIPPED - No Relevant Changes

Skipped for 6.3.3 due to no relevant changes

3

PXE Boot Testing BIOS

 

 

SKIPPED - No Relevant Changes

Skipped for 6.3.3 due to no relevant changes

4

PXE Boot Testing UEFI

 

 

SKIPPED - No Relevant Changes

Skipped for 6.3.3 due to no relevant changes

5

Bootstrap simp-lite scenario

 

 

SKIPPED - No Relevant Changes

Skipped for 6.3.3 due to no relevant changes

6

Verify simp-lite operations:

  • login operations (PAM, LDAP, local user)

  • NFS operations (home directory)

  • logging operations (rsyslog)

  • auditing operations

 

 

 

 

7

Bootstrap poss scenario

 

 

SKIPPED - No Relevant Changes

Skipped for 6.3.3 due to no relevant changes

8

Bootstrap run-once scenario

 

 

SKIPPED - No Relevant Changes

Skipped for 6.3.3 due to no relevant changes

9

Verify ability to switch FIPS from on to off

 

 

SKIPPED - No Relevant Changes

Skipped for 6.3.3 due to no relevant changes

10

Verify ability to turn on and off auditing and selinux

 

 

SKIPPED - No Relevant Changes

Skipped for 6.3.3 due to no relevant changes

11

General Review of documentation:

  • Getting Started

  • User Guide

  • HOW TOs

  • FAQS

 

 

SKIPPED - No Relevant Changes

Skipped for 6.3.3 due to no relevant changes

12

simp-utils:

executables that are not tested otherwise work as advertised

  • unpack_dvd