Project

General

Profile

MergeHosts » History » Version 3

Kyle Baker, 03/09/2015 04:17 PM

1 2 Kyle Baker
h1. Merge Hosts
2
3
h2. Summary/Goals
4
5
Merge Hosts and Content Hosts into a single unified presentation. The unification includes all aspects of displayed information and user initiated actions. The primary objective is designing hosts presentation and workflows that will accommodate user needs in a more efficiently and reflect user needs.
6
7
h2. Targeted Persona
8
9 3 Kyle Baker
*System Engineer*
10
Responsible for configuring all of the infrastructure to provision hosts - which includes reprovisioning based on new builds
11
* http://projects.theforeman.org/projects/katello/wiki/Personas-SystemEngineer
12 1 Kyle Baker
13 3 Kyle Baker
*System Administrator*
14
Responsible for deploying hosts to their portion of the companies managed infrastructure. Hosts are built based on the engineers configurations.
15
* http://projects.theforeman.org/projects/katello/wiki/Personas-SystemAdministrator
16
17
*Systems User*
18
(Both System Engineer & System Administrator roles)
19
20 2 Kyle Baker
h2. Status
21
22
h3. Use Cases
23
24
Owner - David Caplan, Kyle Baker
25
Status - In Progress
26
Expected Delivery - 3/16/2015
27
Blockers - None
28
29
h3. Requirements 
30
31
Owner - David Caplan, Mike Mccune, Ohad Levy
32
Status - Not Started
33
Expected Delivery - TBD
34
Blockers - Waiting on User Stories
35
36
h3. Wireframes
37
38
Owner - Kyle Baker
39
Status - Not Started
40
Blockers - Waiting on User Stories & Requirements
41
Last updated TBD - Link to wireframes
42
43
h3. Development Stories
44
45
Owner - Mike Mccune, Ohad Levy
46
Status - Started based on previous efforts
47
Expected Delivery - N/A
48
Blockers - Waiting on Wireframes
49
50
h2. Documentation
51
52
h3. Assumptions
53
54
* Host entitlement status is a priority
55
* Context is not important for hosts
56
57
h3. Unknowns
58
59
* Need a single place where users can view host status and take action on hosts.
60
* The current process of provisioning a new host does not support the administrator role. Ideally the UI would hide all of the deeper configuration options and surface the options which have been pre configured by the engineer. Users have complained that the process is too complex when in reality the complexity simply exposed to the incorrect user.
61
* Pre-provisioning setup should include an option to build a boot ISO.
62
63
h3. Related Features
64
65
* Enabling Boot ISO - Feature coming soon
66
* Host Collections - Feature coming soon
67
68
h3. Use Cases
69
70
*Story 1 Host Monitoring*
71
A Systems User (System Engineer & System Administrator roles) would like to have a single place browse and understand the entirety of Linux hosts. *(1)* They are interested in finding out the status of a host or group of hosts in the infrastructure. *(2)* If there is an issue or scheduled update the Systems User needs the host's location and *(3)* to know the hosts software/business purpose.
72
73
* *(1) What is the status of this host or grouping of hosts?*
74
** 1. Configuration Status 
75
** 2. Last Report or Check In
76
** 3. Available Errata
77
** 4. Periodically, Subscription Status
78
* *(2) Where is this host running?*
79
** Capsule Information
80
** Organization
81
** Location
82
** Environment
83
** Host Group - For networking information
84
** Host Collection
85
* *(3) What is this host running? Is it performing a critical function?*
86
** Software Installed - OS, Errata
87
** Puppet Facts
88
** Content View Version
89
90
*Story 2 Host Detail*
91
A Systems User (System Engineer & System Administrator roles), During the identification/troubleshooting/updating process they need to examine the exact specs of a host to determine the best course of action.
92
* *Surface level Information*
93
** OS, mac, ip, serial number, environment, capsule, hostgroup, organization and location, host collections 
94
* *Drill down*
95
** hardware, software, networking, config, events, template, meta information
96
97
*Story 3 Host Actions*
98
A Systems User (System Engineer & System Administrator roles), During the troubleshooting/updating process I have identified which host or group of hosts I would like to take actions against.
99
Add or remove errata or packages
100
* Change the location, organization, environment association
101
* Change the host-group association
102
* Change the host-collections association
103
* Change the subscription status
104
* Change puppet environment association
105
106
*Story 4 Create New Host* 
107
*System Engineer*
108
When new software is released we define builds in the form of requirements/standards. We then present them to stakeholders. We then use the Katello/Foreman workflow process to build a deployable kickstart file. This file is used by the system administrator to stand up a machine.
109
* Preconfigure all infrastructure used in the host creation process
110
** Organization, Location, Environment, etc.
111 1 Kyle Baker
** Manage subscriptions and entitled content
112 2 Kyle Baker
** Create Content View
113
** Create Host Groups
114
** Create Activation keys
115
** Add networking services
116 3 Kyle Baker
117 2 Kyle Baker
*System Administrator*
118
As a System Administrator I want to easily add a new host leveraging all the configuration completed by the System Engineer
119
* Place in Infrastructure (Organization, Location, Environment)
120
* Assign networking services
121
* Choose Activation Key - If using the activation keys as the bridging element to map CVs to host groups
122
* Future - Clone an existing system. While creating a new host there should be a button to select a system I want to clone and as a second where I can adapt the pre-filled configurations (e.g. CV, HG, etc.)
123
124
h3. Future
125
126
* These features should be added as their own feature with their own specific user stories.
127
* comparing hosts
128
* dynamic host collections
129
* bookmark evolution
130
** Use search and bookmark functionality hosts to create a grouping
131
** Notes: Do the search and save as host collection
132
** See the detail of the search (new collection)
133
** Have search dynamically generate new list every time it runs
134
** View logs to view what changed
135
** Term 'Bookmark' is not appropriate there
136
** Bulk operations against hosts without managing another objects
137
* interlinking host objects (clicking a CV shows all the host with that CV)  then bookmarking
138
* Clone existing host
139
** Clone an existing system. While creating a new host there should be a button to select a system I want to clone and as a second where I can adapt the pre-filled configurations (e.g. CV, HG, etc.)
140
* History
141
** As a sysadmin I want to access from a single page the history of events that occurred for a specific system which may include:
142
** Puppet reports (+ be able to filter for drifts to easily identify changes on the system)
143
** Remote tasks execution results
144
** OpenScap compliance tests results
145
** Software management tasks (software installation, errata apply, etc...)
146
** DH: for each action inside the history I want to see a rollback of this particular action similar to Sat5.
147
 
148
h3. Requirements
149
150
* User stories will be broken down of the into specific actionable tasks to design and develop against.
151
152
h3. Development Stories
153
154
http://projects.theforeman.org/issues/8161