oc_objectvalidator.py 51 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490
  1. #!/usr/bin/env python
  2. # pylint: disable=missing-docstring
  3. # flake8: noqa: T001
  4. # ___ ___ _ _ ___ ___ _ _____ ___ ___
  5. # / __| __| \| | __| _ \ /_\_ _| __| \
  6. # | (_ | _|| .` | _|| / / _ \| | | _|| |) |
  7. # \___|___|_|\_|___|_|_\/_/_\_\_|_|___|___/_ _____
  8. # | \ / _ \ | \| |/ _ \_ _| | __| \_ _|_ _|
  9. # | |) | (_) | | .` | (_) || | | _|| |) | | | |
  10. # |___/ \___/ |_|\_|\___/ |_| |___|___/___| |_|
  11. #
  12. # Copyright 2016 Red Hat, Inc. and/or its affiliates
  13. # and other contributors as indicated by the @author tags.
  14. #
  15. # Licensed under the Apache License, Version 2.0 (the "License");
  16. # you may not use this file except in compliance with the License.
  17. # You may obtain a copy of the License at
  18. #
  19. # http://www.apache.org/licenses/LICENSE-2.0
  20. #
  21. # Unless required by applicable law or agreed to in writing, software
  22. # distributed under the License is distributed on an "AS IS" BASIS,
  23. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  24. # See the License for the specific language governing permissions and
  25. # limitations under the License.
  26. #
  27. # -*- -*- -*- Begin included fragment: lib/import.py -*- -*- -*-
  28. '''
  29. OpenShiftCLI class that wraps the oc commands in a subprocess
  30. '''
  31. # pylint: disable=too-many-lines
  32. from __future__ import print_function
  33. import atexit
  34. import copy
  35. import fcntl
  36. import json
  37. import os
  38. import re
  39. import shutil
  40. import subprocess
  41. import tempfile
  42. # pylint: disable=import-error
  43. try:
  44. import ruamel.yaml as yaml
  45. except ImportError:
  46. import yaml
  47. from ansible.module_utils.basic import AnsibleModule
  48. # -*- -*- -*- End included fragment: lib/import.py -*- -*- -*-
  49. # -*- -*- -*- Begin included fragment: doc/objectvalidator -*- -*- -*-
  50. DOCUMENTATION = '''
  51. ---
  52. module: oc_objectvalidator
  53. short_description: Validate OpenShift objects
  54. description:
  55. - Validate OpenShift objects
  56. options:
  57. kubeconfig:
  58. description:
  59. - The path for the kubeconfig file to use for authentication
  60. required: false
  61. default: /etc/origin/master/admin.kubeconfig
  62. aliases: []
  63. author:
  64. - "Mo Khan <monis@redhat.com>"
  65. extends_documentation_fragment: []
  66. '''
  67. EXAMPLES = '''
  68. oc_objectvalidator:
  69. - name: run oc_objectvalidator
  70. oc_objectvalidator:
  71. register: oc_objectvalidator
  72. '''
  73. # -*- -*- -*- End included fragment: doc/objectvalidator -*- -*- -*-
  74. # -*- -*- -*- Begin included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  75. class YeditException(Exception): # pragma: no cover
  76. ''' Exception class for Yedit '''
  77. pass
  78. # pylint: disable=too-many-public-methods
  79. class Yedit(object): # pragma: no cover
  80. ''' Class to modify yaml files '''
  81. re_valid_key = r"(((\[-?\d+\])|([0-9a-zA-Z%s/_-]+)).?)+$"
  82. re_key = r"(?:\[(-?\d+)\])|([0-9a-zA-Z{}/_-]+)"
  83. com_sep = set(['.', '#', '|', ':'])
  84. # pylint: disable=too-many-arguments
  85. def __init__(self,
  86. filename=None,
  87. content=None,
  88. content_type='yaml',
  89. separator='.',
  90. backup=False):
  91. self.content = content
  92. self._separator = separator
  93. self.filename = filename
  94. self.__yaml_dict = content
  95. self.content_type = content_type
  96. self.backup = backup
  97. self.load(content_type=self.content_type)
  98. if self.__yaml_dict is None:
  99. self.__yaml_dict = {}
  100. @property
  101. def separator(self):
  102. ''' getter method for separator '''
  103. return self._separator
  104. @separator.setter
  105. def separator(self, inc_sep):
  106. ''' setter method for separator '''
  107. self._separator = inc_sep
  108. @property
  109. def yaml_dict(self):
  110. ''' getter method for yaml_dict '''
  111. return self.__yaml_dict
  112. @yaml_dict.setter
  113. def yaml_dict(self, value):
  114. ''' setter method for yaml_dict '''
  115. self.__yaml_dict = value
  116. @staticmethod
  117. def parse_key(key, sep='.'):
  118. '''parse the key allowing the appropriate separator'''
  119. common_separators = list(Yedit.com_sep - set([sep]))
  120. return re.findall(Yedit.re_key.format(''.join(common_separators)), key)
  121. @staticmethod
  122. def valid_key(key, sep='.'):
  123. '''validate the incoming key'''
  124. common_separators = list(Yedit.com_sep - set([sep]))
  125. if not re.match(Yedit.re_valid_key.format(''.join(common_separators)), key):
  126. return False
  127. return True
  128. @staticmethod
  129. def remove_entry(data, key, sep='.'):
  130. ''' remove data at location key '''
  131. if key == '' and isinstance(data, dict):
  132. data.clear()
  133. return True
  134. elif key == '' and isinstance(data, list):
  135. del data[:]
  136. return True
  137. if not (key and Yedit.valid_key(key, sep)) and \
  138. isinstance(data, (list, dict)):
  139. return None
  140. key_indexes = Yedit.parse_key(key, sep)
  141. for arr_ind, dict_key in key_indexes[:-1]:
  142. if dict_key and isinstance(data, dict):
  143. data = data.get(dict_key)
  144. elif (arr_ind and isinstance(data, list) and
  145. int(arr_ind) <= len(data) - 1):
  146. data = data[int(arr_ind)]
  147. else:
  148. return None
  149. # process last index for remove
  150. # expected list entry
  151. if key_indexes[-1][0]:
  152. if isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  153. del data[int(key_indexes[-1][0])]
  154. return True
  155. # expected dict entry
  156. elif key_indexes[-1][1]:
  157. if isinstance(data, dict):
  158. del data[key_indexes[-1][1]]
  159. return True
  160. @staticmethod
  161. def add_entry(data, key, item=None, sep='.'):
  162. ''' Get an item from a dictionary with key notation a.b.c
  163. d = {'a': {'b': 'c'}}}
  164. key = a#b
  165. return c
  166. '''
  167. if key == '':
  168. pass
  169. elif (not (key and Yedit.valid_key(key, sep)) and
  170. isinstance(data, (list, dict))):
  171. return None
  172. key_indexes = Yedit.parse_key(key, sep)
  173. for arr_ind, dict_key in key_indexes[:-1]:
  174. if dict_key:
  175. if isinstance(data, dict) and dict_key in data and data[dict_key]: # noqa: E501
  176. data = data[dict_key]
  177. continue
  178. elif data and not isinstance(data, dict):
  179. raise YeditException("Unexpected item type found while going through key " +
  180. "path: {} (at key: {})".format(key, dict_key))
  181. data[dict_key] = {}
  182. data = data[dict_key]
  183. elif (arr_ind and isinstance(data, list) and
  184. int(arr_ind) <= len(data) - 1):
  185. data = data[int(arr_ind)]
  186. else:
  187. raise YeditException("Unexpected item type found while going through key path: {}".format(key))
  188. if key == '':
  189. data = item
  190. # process last index for add
  191. # expected list entry
  192. elif key_indexes[-1][0] and isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  193. data[int(key_indexes[-1][0])] = item
  194. # expected dict entry
  195. elif key_indexes[-1][1] and isinstance(data, dict):
  196. data[key_indexes[-1][1]] = item
  197. # didn't add/update to an existing list, nor add/update key to a dict
  198. # so we must have been provided some syntax like a.b.c[<int>] = "data" for a
  199. # non-existent array
  200. else:
  201. raise YeditException("Error adding to object at path: {}".format(key))
  202. return data
  203. @staticmethod
  204. def get_entry(data, key, sep='.'):
  205. ''' Get an item from a dictionary with key notation a.b.c
  206. d = {'a': {'b': 'c'}}}
  207. key = a.b
  208. return c
  209. '''
  210. if key == '':
  211. pass
  212. elif (not (key and Yedit.valid_key(key, sep)) and
  213. isinstance(data, (list, dict))):
  214. return None
  215. key_indexes = Yedit.parse_key(key, sep)
  216. for arr_ind, dict_key in key_indexes:
  217. if dict_key and isinstance(data, dict):
  218. data = data.get(dict_key)
  219. elif (arr_ind and isinstance(data, list) and
  220. int(arr_ind) <= len(data) - 1):
  221. data = data[int(arr_ind)]
  222. else:
  223. return None
  224. return data
  225. @staticmethod
  226. def _write(filename, contents):
  227. ''' Actually write the file contents to disk. This helps with mocking. '''
  228. tmp_filename = filename + '.yedit'
  229. with open(tmp_filename, 'w') as yfd:
  230. fcntl.flock(yfd, fcntl.LOCK_EX | fcntl.LOCK_NB)
  231. yfd.write(contents)
  232. fcntl.flock(yfd, fcntl.LOCK_UN)
  233. os.rename(tmp_filename, filename)
  234. def write(self):
  235. ''' write to file '''
  236. if not self.filename:
  237. raise YeditException('Please specify a filename.')
  238. if self.backup and self.file_exists():
  239. shutil.copy(self.filename, self.filename + '.orig')
  240. # Try to set format attributes if supported
  241. try:
  242. self.yaml_dict.fa.set_block_style()
  243. except AttributeError:
  244. pass
  245. # Try to use RoundTripDumper if supported.
  246. if self.content_type == 'yaml':
  247. try:
  248. Yedit._write(self.filename, yaml.dump(self.yaml_dict, Dumper=yaml.RoundTripDumper))
  249. except AttributeError:
  250. Yedit._write(self.filename, yaml.safe_dump(self.yaml_dict, default_flow_style=False))
  251. elif self.content_type == 'json':
  252. Yedit._write(self.filename, json.dumps(self.yaml_dict, indent=4, sort_keys=True))
  253. else:
  254. raise YeditException('Unsupported content_type: {}.'.format(self.content_type) +
  255. 'Please specify a content_type of yaml or json.')
  256. return (True, self.yaml_dict)
  257. def read(self):
  258. ''' read from file '''
  259. # check if it exists
  260. if self.filename is None or not self.file_exists():
  261. return None
  262. contents = None
  263. with open(self.filename) as yfd:
  264. contents = yfd.read()
  265. return contents
  266. def file_exists(self):
  267. ''' return whether file exists '''
  268. if os.path.exists(self.filename):
  269. return True
  270. return False
  271. def load(self, content_type='yaml'):
  272. ''' return yaml file '''
  273. contents = self.read()
  274. if not contents and not self.content:
  275. return None
  276. if self.content:
  277. if isinstance(self.content, dict):
  278. self.yaml_dict = self.content
  279. return self.yaml_dict
  280. elif isinstance(self.content, str):
  281. contents = self.content
  282. # check if it is yaml
  283. try:
  284. if content_type == 'yaml' and contents:
  285. # Try to set format attributes if supported
  286. try:
  287. self.yaml_dict.fa.set_block_style()
  288. except AttributeError:
  289. pass
  290. # Try to use RoundTripLoader if supported.
  291. try:
  292. self.yaml_dict = yaml.load(contents, yaml.RoundTripLoader)
  293. except AttributeError:
  294. self.yaml_dict = yaml.safe_load(contents)
  295. # Try to set format attributes if supported
  296. try:
  297. self.yaml_dict.fa.set_block_style()
  298. except AttributeError:
  299. pass
  300. elif content_type == 'json' and contents:
  301. self.yaml_dict = json.loads(contents)
  302. except yaml.YAMLError as err:
  303. # Error loading yaml or json
  304. raise YeditException('Problem with loading yaml file. {}'.format(err))
  305. return self.yaml_dict
  306. def get(self, key):
  307. ''' get a specified key'''
  308. try:
  309. entry = Yedit.get_entry(self.yaml_dict, key, self.separator)
  310. except KeyError:
  311. entry = None
  312. return entry
  313. def pop(self, path, key_or_item):
  314. ''' remove a key, value pair from a dict or an item for a list'''
  315. try:
  316. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  317. except KeyError:
  318. entry = None
  319. if entry is None:
  320. return (False, self.yaml_dict)
  321. if isinstance(entry, dict):
  322. # AUDIT:maybe-no-member makes sense due to fuzzy types
  323. # pylint: disable=maybe-no-member
  324. if key_or_item in entry:
  325. entry.pop(key_or_item)
  326. return (True, self.yaml_dict)
  327. return (False, self.yaml_dict)
  328. elif isinstance(entry, list):
  329. # AUDIT:maybe-no-member makes sense due to fuzzy types
  330. # pylint: disable=maybe-no-member
  331. ind = None
  332. try:
  333. ind = entry.index(key_or_item)
  334. except ValueError:
  335. return (False, self.yaml_dict)
  336. entry.pop(ind)
  337. return (True, self.yaml_dict)
  338. return (False, self.yaml_dict)
  339. def delete(self, path):
  340. ''' remove path from a dict'''
  341. try:
  342. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  343. except KeyError:
  344. entry = None
  345. if entry is None:
  346. return (False, self.yaml_dict)
  347. result = Yedit.remove_entry(self.yaml_dict, path, self.separator)
  348. if not result:
  349. return (False, self.yaml_dict)
  350. return (True, self.yaml_dict)
  351. def exists(self, path, value):
  352. ''' check if value exists at path'''
  353. try:
  354. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  355. except KeyError:
  356. entry = None
  357. if isinstance(entry, list):
  358. if value in entry:
  359. return True
  360. return False
  361. elif isinstance(entry, dict):
  362. if isinstance(value, dict):
  363. rval = False
  364. for key, val in value.items():
  365. if entry[key] != val:
  366. rval = False
  367. break
  368. else:
  369. rval = True
  370. return rval
  371. return value in entry
  372. return entry == value
  373. def append(self, path, value):
  374. '''append value to a list'''
  375. try:
  376. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  377. except KeyError:
  378. entry = None
  379. if entry is None:
  380. self.put(path, [])
  381. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  382. if not isinstance(entry, list):
  383. return (False, self.yaml_dict)
  384. # AUDIT:maybe-no-member makes sense due to loading data from
  385. # a serialized format.
  386. # pylint: disable=maybe-no-member
  387. entry.append(value)
  388. return (True, self.yaml_dict)
  389. # pylint: disable=too-many-arguments
  390. def update(self, path, value, index=None, curr_value=None):
  391. ''' put path, value into a dict '''
  392. try:
  393. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  394. except KeyError:
  395. entry = None
  396. if isinstance(entry, dict):
  397. # AUDIT:maybe-no-member makes sense due to fuzzy types
  398. # pylint: disable=maybe-no-member
  399. if not isinstance(value, dict):
  400. raise YeditException('Cannot replace key, value entry in dict with non-dict type. ' +
  401. 'value=[{}] type=[{}]'.format(value, type(value)))
  402. entry.update(value)
  403. return (True, self.yaml_dict)
  404. elif isinstance(entry, list):
  405. # AUDIT:maybe-no-member makes sense due to fuzzy types
  406. # pylint: disable=maybe-no-member
  407. ind = None
  408. if curr_value:
  409. try:
  410. ind = entry.index(curr_value)
  411. except ValueError:
  412. return (False, self.yaml_dict)
  413. elif index is not None:
  414. ind = index
  415. if ind is not None and entry[ind] != value:
  416. entry[ind] = value
  417. return (True, self.yaml_dict)
  418. # see if it exists in the list
  419. try:
  420. ind = entry.index(value)
  421. except ValueError:
  422. # doesn't exist, append it
  423. entry.append(value)
  424. return (True, self.yaml_dict)
  425. # already exists, return
  426. if ind is not None:
  427. return (False, self.yaml_dict)
  428. return (False, self.yaml_dict)
  429. def put(self, path, value):
  430. ''' put path, value into a dict '''
  431. try:
  432. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  433. except KeyError:
  434. entry = None
  435. if entry == value:
  436. return (False, self.yaml_dict)
  437. # deepcopy didn't work
  438. # Try to use ruamel.yaml and fallback to pyyaml
  439. try:
  440. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  441. default_flow_style=False),
  442. yaml.RoundTripLoader)
  443. except AttributeError:
  444. tmp_copy = copy.deepcopy(self.yaml_dict)
  445. # set the format attributes if available
  446. try:
  447. tmp_copy.fa.set_block_style()
  448. except AttributeError:
  449. pass
  450. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  451. if result is None:
  452. return (False, self.yaml_dict)
  453. # When path equals "" it is a special case.
  454. # "" refers to the root of the document
  455. # Only update the root path (entire document) when its a list or dict
  456. if path == '':
  457. if isinstance(result, list) or isinstance(result, dict):
  458. self.yaml_dict = result
  459. return (True, self.yaml_dict)
  460. return (False, self.yaml_dict)
  461. self.yaml_dict = tmp_copy
  462. return (True, self.yaml_dict)
  463. def create(self, path, value):
  464. ''' create a yaml file '''
  465. if not self.file_exists():
  466. # deepcopy didn't work
  467. # Try to use ruamel.yaml and fallback to pyyaml
  468. try:
  469. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  470. default_flow_style=False),
  471. yaml.RoundTripLoader)
  472. except AttributeError:
  473. tmp_copy = copy.deepcopy(self.yaml_dict)
  474. # set the format attributes if available
  475. try:
  476. tmp_copy.fa.set_block_style()
  477. except AttributeError:
  478. pass
  479. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  480. if result is not None:
  481. self.yaml_dict = tmp_copy
  482. return (True, self.yaml_dict)
  483. return (False, self.yaml_dict)
  484. @staticmethod
  485. def get_curr_value(invalue, val_type):
  486. '''return the current value'''
  487. if invalue is None:
  488. return None
  489. curr_value = invalue
  490. if val_type == 'yaml':
  491. try:
  492. # AUDIT:maybe-no-member makes sense due to different yaml libraries
  493. # pylint: disable=maybe-no-member
  494. curr_value = yaml.safe_load(invalue, Loader=yaml.RoundTripLoader)
  495. except AttributeError:
  496. curr_value = yaml.safe_load(invalue)
  497. elif val_type == 'json':
  498. curr_value = json.loads(invalue)
  499. return curr_value
  500. @staticmethod
  501. def parse_value(inc_value, vtype=''):
  502. '''determine value type passed'''
  503. true_bools = ['y', 'Y', 'yes', 'Yes', 'YES', 'true', 'True', 'TRUE',
  504. 'on', 'On', 'ON', ]
  505. false_bools = ['n', 'N', 'no', 'No', 'NO', 'false', 'False', 'FALSE',
  506. 'off', 'Off', 'OFF']
  507. # It came in as a string but you didn't specify value_type as string
  508. # we will convert to bool if it matches any of the above cases
  509. if isinstance(inc_value, str) and 'bool' in vtype:
  510. if inc_value not in true_bools and inc_value not in false_bools:
  511. raise YeditException('Not a boolean type. str=[{}] vtype=[{}]'.format(inc_value, vtype))
  512. elif isinstance(inc_value, bool) and 'str' in vtype:
  513. inc_value = str(inc_value)
  514. # There is a special case where '' will turn into None after yaml loading it so skip
  515. if isinstance(inc_value, str) and inc_value == '':
  516. pass
  517. # If vtype is not str then go ahead and attempt to yaml load it.
  518. elif isinstance(inc_value, str) and 'str' not in vtype:
  519. try:
  520. inc_value = yaml.safe_load(inc_value)
  521. except Exception:
  522. raise YeditException('Could not determine type of incoming value. ' +
  523. 'value=[{}] vtype=[{}]'.format(type(inc_value), vtype))
  524. return inc_value
  525. @staticmethod
  526. def process_edits(edits, yamlfile):
  527. '''run through a list of edits and process them one-by-one'''
  528. results = []
  529. for edit in edits:
  530. value = Yedit.parse_value(edit['value'], edit.get('value_type', ''))
  531. if edit.get('action') == 'update':
  532. # pylint: disable=line-too-long
  533. curr_value = Yedit.get_curr_value(
  534. Yedit.parse_value(edit.get('curr_value')),
  535. edit.get('curr_value_format'))
  536. rval = yamlfile.update(edit['key'],
  537. value,
  538. edit.get('index'),
  539. curr_value)
  540. elif edit.get('action') == 'append':
  541. rval = yamlfile.append(edit['key'], value)
  542. else:
  543. rval = yamlfile.put(edit['key'], value)
  544. if rval[0]:
  545. results.append({'key': edit['key'], 'edit': rval[1]})
  546. return {'changed': len(results) > 0, 'results': results}
  547. # pylint: disable=too-many-return-statements,too-many-branches
  548. @staticmethod
  549. def run_ansible(params):
  550. '''perform the idempotent crud operations'''
  551. yamlfile = Yedit(filename=params['src'],
  552. backup=params['backup'],
  553. content_type=params['content_type'],
  554. separator=params['separator'])
  555. state = params['state']
  556. if params['src']:
  557. rval = yamlfile.load()
  558. if yamlfile.yaml_dict is None and state != 'present':
  559. return {'failed': True,
  560. 'msg': 'Error opening file [{}]. Verify that the '.format(params['src']) +
  561. 'file exists, that it is has correct permissions, and is valid yaml.'}
  562. if state == 'list':
  563. if params['content']:
  564. content = Yedit.parse_value(params['content'], params['content_type'])
  565. yamlfile.yaml_dict = content
  566. if params['key']:
  567. rval = yamlfile.get(params['key'])
  568. return {'changed': False, 'result': rval, 'state': state}
  569. elif state == 'absent':
  570. if params['content']:
  571. content = Yedit.parse_value(params['content'], params['content_type'])
  572. yamlfile.yaml_dict = content
  573. if params['update']:
  574. rval = yamlfile.pop(params['key'], params['value'])
  575. else:
  576. rval = yamlfile.delete(params['key'])
  577. if rval[0] and params['src']:
  578. yamlfile.write()
  579. return {'changed': rval[0], 'result': rval[1], 'state': state}
  580. elif state == 'present':
  581. # check if content is different than what is in the file
  582. if params['content']:
  583. content = Yedit.parse_value(params['content'], params['content_type'])
  584. # We had no edits to make and the contents are the same
  585. if yamlfile.yaml_dict == content and \
  586. params['value'] is None:
  587. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  588. yamlfile.yaml_dict = content
  589. # If we were passed a key, value then
  590. # we enapsulate it in a list and process it
  591. # Key, Value passed to the module : Converted to Edits list #
  592. edits = []
  593. _edit = {}
  594. if params['value'] is not None:
  595. _edit['value'] = params['value']
  596. _edit['value_type'] = params['value_type']
  597. _edit['key'] = params['key']
  598. if params['update']:
  599. _edit['action'] = 'update'
  600. _edit['curr_value'] = params['curr_value']
  601. _edit['curr_value_format'] = params['curr_value_format']
  602. _edit['index'] = params['index']
  603. elif params['append']:
  604. _edit['action'] = 'append'
  605. edits.append(_edit)
  606. elif params['edits'] is not None:
  607. edits = params['edits']
  608. if edits:
  609. results = Yedit.process_edits(edits, yamlfile)
  610. # if there were changes and a src provided to us we need to write
  611. if results['changed'] and params['src']:
  612. yamlfile.write()
  613. return {'changed': results['changed'], 'result': results['results'], 'state': state}
  614. # no edits to make
  615. if params['src']:
  616. # pylint: disable=redefined-variable-type
  617. rval = yamlfile.write()
  618. return {'changed': rval[0],
  619. 'result': rval[1],
  620. 'state': state}
  621. # We were passed content but no src, key or value, or edits. Return contents in memory
  622. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  623. return {'failed': True, 'msg': 'Unkown state passed'}
  624. # -*- -*- -*- End included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  625. # -*- -*- -*- Begin included fragment: lib/base.py -*- -*- -*-
  626. # pylint: disable=too-many-lines
  627. # noqa: E301,E302,E303,T001
  628. class OpenShiftCLIError(Exception):
  629. '''Exception class for openshiftcli'''
  630. pass
  631. ADDITIONAL_PATH_LOOKUPS = ['/usr/local/bin', os.path.expanduser('~/bin')]
  632. def locate_oc_binary():
  633. ''' Find and return oc binary file '''
  634. # https://github.com/openshift/openshift-ansible/issues/3410
  635. # oc can be in /usr/local/bin in some cases, but that may not
  636. # be in $PATH due to ansible/sudo
  637. paths = os.environ.get("PATH", os.defpath).split(os.pathsep) + ADDITIONAL_PATH_LOOKUPS
  638. oc_binary = 'oc'
  639. # Use shutil.which if it is available, otherwise fallback to a naive path search
  640. try:
  641. which_result = shutil.which(oc_binary, path=os.pathsep.join(paths))
  642. if which_result is not None:
  643. oc_binary = which_result
  644. except AttributeError:
  645. for path in paths:
  646. if os.path.exists(os.path.join(path, oc_binary)):
  647. oc_binary = os.path.join(path, oc_binary)
  648. break
  649. return oc_binary
  650. # pylint: disable=too-few-public-methods
  651. class OpenShiftCLI(object):
  652. ''' Class to wrap the command line tools '''
  653. def __init__(self,
  654. namespace,
  655. kubeconfig='/etc/origin/master/admin.kubeconfig',
  656. verbose=False,
  657. all_namespaces=False):
  658. ''' Constructor for OpenshiftCLI '''
  659. self.namespace = namespace
  660. self.verbose = verbose
  661. self.kubeconfig = Utils.create_tmpfile_copy(kubeconfig)
  662. self.all_namespaces = all_namespaces
  663. self.oc_binary = locate_oc_binary()
  664. # Pylint allows only 5 arguments to be passed.
  665. # pylint: disable=too-many-arguments
  666. def _replace_content(self, resource, rname, content, force=False, sep='.'):
  667. ''' replace the current object with the content '''
  668. res = self._get(resource, rname)
  669. if not res['results']:
  670. return res
  671. fname = Utils.create_tmpfile(rname + '-')
  672. yed = Yedit(fname, res['results'][0], separator=sep)
  673. changes = []
  674. for key, value in content.items():
  675. changes.append(yed.put(key, value))
  676. if any([change[0] for change in changes]):
  677. yed.write()
  678. atexit.register(Utils.cleanup, [fname])
  679. return self._replace(fname, force)
  680. return {'returncode': 0, 'updated': False}
  681. def _replace(self, fname, force=False):
  682. '''replace the current object with oc replace'''
  683. # We are removing the 'resourceVersion' to handle
  684. # a race condition when modifying oc objects
  685. yed = Yedit(fname)
  686. results = yed.delete('metadata.resourceVersion')
  687. if results[0]:
  688. yed.write()
  689. cmd = ['replace', '-f', fname]
  690. if force:
  691. cmd.append('--force')
  692. return self.openshift_cmd(cmd)
  693. def _create_from_content(self, rname, content):
  694. '''create a temporary file and then call oc create on it'''
  695. fname = Utils.create_tmpfile(rname + '-')
  696. yed = Yedit(fname, content=content)
  697. yed.write()
  698. atexit.register(Utils.cleanup, [fname])
  699. return self._create(fname)
  700. def _create(self, fname):
  701. '''call oc create on a filename'''
  702. return self.openshift_cmd(['create', '-f', fname])
  703. def _delete(self, resource, name=None, selector=None):
  704. '''call oc delete on a resource'''
  705. cmd = ['delete', resource]
  706. if selector is not None:
  707. cmd.append('--selector={}'.format(selector))
  708. elif name is not None:
  709. cmd.append(name)
  710. else:
  711. raise OpenShiftCLIError('Either name or selector is required when calling delete.')
  712. return self.openshift_cmd(cmd)
  713. def _process(self, template_name, create=False, params=None, template_data=None): # noqa: E501
  714. '''process a template
  715. template_name: the name of the template to process
  716. create: whether to send to oc create after processing
  717. params: the parameters for the template
  718. template_data: the incoming template's data; instead of a file
  719. '''
  720. cmd = ['process']
  721. if template_data:
  722. cmd.extend(['-f', '-'])
  723. else:
  724. cmd.append(template_name)
  725. if params:
  726. param_str = ["{}={}".format(key, str(value).replace("'", r'"')) for key, value in params.items()]
  727. cmd.append('-v')
  728. cmd.extend(param_str)
  729. results = self.openshift_cmd(cmd, output=True, input_data=template_data)
  730. if results['returncode'] != 0 or not create:
  731. return results
  732. fname = Utils.create_tmpfile(template_name + '-')
  733. yed = Yedit(fname, results['results'])
  734. yed.write()
  735. atexit.register(Utils.cleanup, [fname])
  736. return self.openshift_cmd(['create', '-f', fname])
  737. def _get(self, resource, name=None, selector=None):
  738. '''return a resource by name '''
  739. cmd = ['get', resource]
  740. if selector is not None:
  741. cmd.append('--selector={}'.format(selector))
  742. elif name is not None:
  743. cmd.append(name)
  744. cmd.extend(['-o', 'json'])
  745. rval = self.openshift_cmd(cmd, output=True)
  746. # Ensure results are retuned in an array
  747. if 'items' in rval:
  748. rval['results'] = rval['items']
  749. elif not isinstance(rval['results'], list):
  750. rval['results'] = [rval['results']]
  751. return rval
  752. def _schedulable(self, node=None, selector=None, schedulable=True):
  753. ''' perform oadm manage-node scheduable '''
  754. cmd = ['manage-node']
  755. if node:
  756. cmd.extend(node)
  757. else:
  758. cmd.append('--selector={}'.format(selector))
  759. cmd.append('--schedulable={}'.format(schedulable))
  760. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw') # noqa: E501
  761. def _list_pods(self, node=None, selector=None, pod_selector=None):
  762. ''' perform oadm list pods
  763. node: the node in which to list pods
  764. selector: the label selector filter if provided
  765. pod_selector: the pod selector filter if provided
  766. '''
  767. cmd = ['manage-node']
  768. if node:
  769. cmd.extend(node)
  770. else:
  771. cmd.append('--selector={}'.format(selector))
  772. if pod_selector:
  773. cmd.append('--pod-selector={}'.format(pod_selector))
  774. cmd.extend(['--list-pods', '-o', 'json'])
  775. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  776. # pylint: disable=too-many-arguments
  777. def _evacuate(self, node=None, selector=None, pod_selector=None, dry_run=False, grace_period=None, force=False):
  778. ''' perform oadm manage-node evacuate '''
  779. cmd = ['manage-node']
  780. if node:
  781. cmd.extend(node)
  782. else:
  783. cmd.append('--selector={}'.format(selector))
  784. if dry_run:
  785. cmd.append('--dry-run')
  786. if pod_selector:
  787. cmd.append('--pod-selector={}'.format(pod_selector))
  788. if grace_period:
  789. cmd.append('--grace-period={}'.format(int(grace_period)))
  790. if force:
  791. cmd.append('--force')
  792. cmd.append('--evacuate')
  793. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  794. def _version(self):
  795. ''' return the openshift version'''
  796. return self.openshift_cmd(['version'], output=True, output_type='raw')
  797. def _import_image(self, url=None, name=None, tag=None):
  798. ''' perform image import '''
  799. cmd = ['import-image']
  800. image = '{0}'.format(name)
  801. if tag:
  802. image += ':{0}'.format(tag)
  803. cmd.append(image)
  804. if url:
  805. cmd.append('--from={0}/{1}'.format(url, image))
  806. cmd.append('-n{0}'.format(self.namespace))
  807. cmd.append('--confirm')
  808. return self.openshift_cmd(cmd)
  809. def _run(self, cmds, input_data):
  810. ''' Actually executes the command. This makes mocking easier. '''
  811. curr_env = os.environ.copy()
  812. curr_env.update({'KUBECONFIG': self.kubeconfig})
  813. proc = subprocess.Popen(cmds,
  814. stdin=subprocess.PIPE,
  815. stdout=subprocess.PIPE,
  816. stderr=subprocess.PIPE,
  817. env=curr_env)
  818. stdout, stderr = proc.communicate(input_data)
  819. return proc.returncode, stdout.decode('utf-8'), stderr.decode('utf-8')
  820. # pylint: disable=too-many-arguments,too-many-branches
  821. def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input_data=None):
  822. '''Base command for oc '''
  823. cmds = [self.oc_binary]
  824. if oadm:
  825. cmds.append('adm')
  826. cmds.extend(cmd)
  827. if self.all_namespaces:
  828. cmds.extend(['--all-namespaces'])
  829. elif self.namespace is not None and self.namespace.lower() not in ['none', 'emtpy']: # E501
  830. cmds.extend(['-n', self.namespace])
  831. if self.verbose:
  832. print(' '.join(cmds))
  833. try:
  834. returncode, stdout, stderr = self._run(cmds, input_data)
  835. except OSError as ex:
  836. returncode, stdout, stderr = 1, '', 'Failed to execute {}: {}'.format(subprocess.list2cmdline(cmds), ex)
  837. rval = {"returncode": returncode,
  838. "cmd": ' '.join(cmds)}
  839. if output_type == 'json':
  840. rval['results'] = {}
  841. if output and stdout:
  842. try:
  843. rval['results'] = json.loads(stdout)
  844. except ValueError as verr:
  845. if "No JSON object could be decoded" in verr.args:
  846. rval['err'] = verr.args
  847. elif output_type == 'raw':
  848. rval['results'] = stdout if output else ''
  849. if self.verbose:
  850. print("STDOUT: {0}".format(stdout))
  851. print("STDERR: {0}".format(stderr))
  852. if 'err' in rval or returncode != 0:
  853. rval.update({"stderr": stderr,
  854. "stdout": stdout})
  855. return rval
  856. class Utils(object): # pragma: no cover
  857. ''' utilities for openshiftcli modules '''
  858. @staticmethod
  859. def _write(filename, contents):
  860. ''' Actually write the file contents to disk. This helps with mocking. '''
  861. with open(filename, 'w') as sfd:
  862. sfd.write(str(contents))
  863. @staticmethod
  864. def create_tmp_file_from_contents(rname, data, ftype='yaml'):
  865. ''' create a file in tmp with name and contents'''
  866. tmp = Utils.create_tmpfile(prefix=rname)
  867. if ftype == 'yaml':
  868. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  869. # pylint: disable=no-member
  870. if hasattr(yaml, 'RoundTripDumper'):
  871. Utils._write(tmp, yaml.dump(data, Dumper=yaml.RoundTripDumper))
  872. else:
  873. Utils._write(tmp, yaml.safe_dump(data, default_flow_style=False))
  874. elif ftype == 'json':
  875. Utils._write(tmp, json.dumps(data))
  876. else:
  877. Utils._write(tmp, data)
  878. # Register cleanup when module is done
  879. atexit.register(Utils.cleanup, [tmp])
  880. return tmp
  881. @staticmethod
  882. def create_tmpfile_copy(inc_file):
  883. '''create a temporary copy of a file'''
  884. tmpfile = Utils.create_tmpfile('lib_openshift-')
  885. Utils._write(tmpfile, open(inc_file).read())
  886. # Cleanup the tmpfile
  887. atexit.register(Utils.cleanup, [tmpfile])
  888. return tmpfile
  889. @staticmethod
  890. def create_tmpfile(prefix='tmp'):
  891. ''' Generates and returns a temporary file name '''
  892. with tempfile.NamedTemporaryFile(prefix=prefix, delete=False) as tmp:
  893. return tmp.name
  894. @staticmethod
  895. def create_tmp_files_from_contents(content, content_type=None):
  896. '''Turn an array of dict: filename, content into a files array'''
  897. if not isinstance(content, list):
  898. content = [content]
  899. files = []
  900. for item in content:
  901. path = Utils.create_tmp_file_from_contents(item['path'] + '-',
  902. item['data'],
  903. ftype=content_type)
  904. files.append({'name': os.path.basename(item['path']),
  905. 'path': path})
  906. return files
  907. @staticmethod
  908. def cleanup(files):
  909. '''Clean up on exit '''
  910. for sfile in files:
  911. if os.path.exists(sfile):
  912. if os.path.isdir(sfile):
  913. shutil.rmtree(sfile)
  914. elif os.path.isfile(sfile):
  915. os.remove(sfile)
  916. @staticmethod
  917. def exists(results, _name):
  918. ''' Check to see if the results include the name '''
  919. if not results:
  920. return False
  921. if Utils.find_result(results, _name):
  922. return True
  923. return False
  924. @staticmethod
  925. def find_result(results, _name):
  926. ''' Find the specified result by name'''
  927. rval = None
  928. for result in results:
  929. if 'metadata' in result and result['metadata']['name'] == _name:
  930. rval = result
  931. break
  932. return rval
  933. @staticmethod
  934. def get_resource_file(sfile, sfile_type='yaml'):
  935. ''' return the service file '''
  936. contents = None
  937. with open(sfile) as sfd:
  938. contents = sfd.read()
  939. if sfile_type == 'yaml':
  940. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  941. # pylint: disable=no-member
  942. if hasattr(yaml, 'RoundTripLoader'):
  943. contents = yaml.load(contents, yaml.RoundTripLoader)
  944. else:
  945. contents = yaml.safe_load(contents)
  946. elif sfile_type == 'json':
  947. contents = json.loads(contents)
  948. return contents
  949. @staticmethod
  950. def filter_versions(stdout):
  951. ''' filter the oc version output '''
  952. version_dict = {}
  953. version_search = ['oc', 'openshift', 'kubernetes']
  954. for line in stdout.strip().split('\n'):
  955. for term in version_search:
  956. if not line:
  957. continue
  958. if line.startswith(term):
  959. version_dict[term] = line.split()[-1]
  960. # horrible hack to get openshift version in Openshift 3.2
  961. # By default "oc version in 3.2 does not return an "openshift" version
  962. if "openshift" not in version_dict:
  963. version_dict["openshift"] = version_dict["oc"]
  964. return version_dict
  965. @staticmethod
  966. def add_custom_versions(versions):
  967. ''' create custom versions strings '''
  968. versions_dict = {}
  969. for tech, version in versions.items():
  970. # clean up "-" from version
  971. if "-" in version:
  972. version = version.split("-")[0]
  973. if version.startswith('v'):
  974. versions_dict[tech + '_numeric'] = version[1:].split('+')[0]
  975. # "v3.3.0.33" is what we have, we want "3.3"
  976. versions_dict[tech + '_short'] = version[1:4]
  977. return versions_dict
  978. @staticmethod
  979. def openshift_installed():
  980. ''' check if openshift is installed '''
  981. import rpm
  982. transaction_set = rpm.TransactionSet()
  983. rpmquery = transaction_set.dbMatch("name", "atomic-openshift")
  984. return rpmquery.count() > 0
  985. # Disabling too-many-branches. This is a yaml dictionary comparison function
  986. # pylint: disable=too-many-branches,too-many-return-statements,too-many-statements
  987. @staticmethod
  988. def check_def_equal(user_def, result_def, skip_keys=None, debug=False):
  989. ''' Given a user defined definition, compare it with the results given back by our query. '''
  990. # Currently these values are autogenerated and we do not need to check them
  991. skip = ['metadata', 'status']
  992. if skip_keys:
  993. skip.extend(skip_keys)
  994. for key, value in result_def.items():
  995. if key in skip:
  996. continue
  997. # Both are lists
  998. if isinstance(value, list):
  999. if key not in user_def:
  1000. if debug:
  1001. print('User data does not have key [%s]' % key)
  1002. print('User data: %s' % user_def)
  1003. return False
  1004. if not isinstance(user_def[key], list):
  1005. if debug:
  1006. print('user_def[key] is not a list key=[%s] user_def[key]=%s' % (key, user_def[key]))
  1007. return False
  1008. if len(user_def[key]) != len(value):
  1009. if debug:
  1010. print("List lengths are not equal.")
  1011. print("key=[%s]: user_def[%s] != value[%s]" % (key, len(user_def[key]), len(value)))
  1012. print("user_def: %s" % user_def[key])
  1013. print("value: %s" % value)
  1014. return False
  1015. for values in zip(user_def[key], value):
  1016. if isinstance(values[0], dict) and isinstance(values[1], dict):
  1017. if debug:
  1018. print('sending list - list')
  1019. print(type(values[0]))
  1020. print(type(values[1]))
  1021. result = Utils.check_def_equal(values[0], values[1], skip_keys=skip_keys, debug=debug)
  1022. if not result:
  1023. print('list compare returned false')
  1024. return False
  1025. elif value != user_def[key]:
  1026. if debug:
  1027. print('value should be identical')
  1028. print(user_def[key])
  1029. print(value)
  1030. return False
  1031. # recurse on a dictionary
  1032. elif isinstance(value, dict):
  1033. if key not in user_def:
  1034. if debug:
  1035. print("user_def does not have key [%s]" % key)
  1036. return False
  1037. if not isinstance(user_def[key], dict):
  1038. if debug:
  1039. print("dict returned false: not instance of dict")
  1040. return False
  1041. # before passing ensure keys match
  1042. api_values = set(value.keys()) - set(skip)
  1043. user_values = set(user_def[key].keys()) - set(skip)
  1044. if api_values != user_values:
  1045. if debug:
  1046. print("keys are not equal in dict")
  1047. print(user_values)
  1048. print(api_values)
  1049. return False
  1050. result = Utils.check_def_equal(user_def[key], value, skip_keys=skip_keys, debug=debug)
  1051. if not result:
  1052. if debug:
  1053. print("dict returned false")
  1054. print(result)
  1055. return False
  1056. # Verify each key, value pair is the same
  1057. else:
  1058. if key not in user_def or value != user_def[key]:
  1059. if debug:
  1060. print("value not equal; user_def does not have key")
  1061. print(key)
  1062. print(value)
  1063. if key in user_def:
  1064. print(user_def[key])
  1065. return False
  1066. if debug:
  1067. print('returning true')
  1068. return True
  1069. class OpenShiftCLIConfig(object):
  1070. '''Generic Config'''
  1071. def __init__(self, rname, namespace, kubeconfig, options):
  1072. self.kubeconfig = kubeconfig
  1073. self.name = rname
  1074. self.namespace = namespace
  1075. self._options = options
  1076. @property
  1077. def config_options(self):
  1078. ''' return config options '''
  1079. return self._options
  1080. def to_option_list(self, ascommalist=''):
  1081. '''return all options as a string
  1082. if ascommalist is set to the name of a key, and
  1083. the value of that key is a dict, format the dict
  1084. as a list of comma delimited key=value pairs'''
  1085. return self.stringify(ascommalist)
  1086. def stringify(self, ascommalist=''):
  1087. ''' return the options hash as cli params in a string
  1088. if ascommalist is set to the name of a key, and
  1089. the value of that key is a dict, format the dict
  1090. as a list of comma delimited key=value pairs '''
  1091. rval = []
  1092. for key in sorted(self.config_options.keys()):
  1093. data = self.config_options[key]
  1094. if data['include'] \
  1095. and (data['value'] is not None or isinstance(data['value'], int)):
  1096. if key == ascommalist:
  1097. val = ','.join(['{}={}'.format(kk, vv) for kk, vv in sorted(data['value'].items())])
  1098. else:
  1099. val = data['value']
  1100. rval.append('--{}={}'.format(key.replace('_', '-'), val))
  1101. return rval
  1102. # -*- -*- -*- End included fragment: lib/base.py -*- -*- -*-
  1103. # -*- -*- -*- Begin included fragment: class/oc_objectvalidator.py -*- -*- -*-
  1104. # pylint: disable=too-many-instance-attributes
  1105. class OCObjectValidator(OpenShiftCLI):
  1106. ''' Class to wrap the oc command line tools '''
  1107. def __init__(self, kubeconfig):
  1108. ''' Constructor for OCObjectValidator '''
  1109. # namespace has no meaning for object validation, hardcode to 'default'
  1110. super(OCObjectValidator, self).__init__('default', kubeconfig)
  1111. def get_invalid(self, kind, invalid_filter):
  1112. ''' return invalid object information '''
  1113. rval = self._get(kind)
  1114. if rval['returncode'] != 0:
  1115. return False, rval, []
  1116. return True, rval, list(filter(invalid_filter, rval['results'][0]['items'])) # wrap filter with list for py3
  1117. # pylint: disable=too-many-return-statements
  1118. @staticmethod
  1119. def run_ansible(params):
  1120. ''' run the idempotent ansible code
  1121. params comes from the ansible portion of this module
  1122. '''
  1123. objectvalidator = OCObjectValidator(params['kubeconfig'])
  1124. all_invalid = {}
  1125. failed = False
  1126. def _is_invalid_namespace(namespace):
  1127. # check if it uses a reserved name
  1128. name = namespace['metadata']['name']
  1129. if not any((name == 'kube',
  1130. name == 'kubernetes',
  1131. name == 'openshift',
  1132. name.startswith('kube-'),
  1133. name.startswith('kubernetes-'),
  1134. name.startswith('openshift-'),)):
  1135. return False
  1136. # determine if the namespace was created by a user
  1137. if 'annotations' not in namespace['metadata']:
  1138. return False
  1139. return 'openshift.io/requester' in namespace['metadata']['annotations']
  1140. checks = (
  1141. (
  1142. 'hostsubnet',
  1143. lambda x: x['metadata']['name'] != x['host'],
  1144. u'hostsubnets where metadata.name != host',
  1145. ),
  1146. (
  1147. 'netnamespace',
  1148. lambda x: x['metadata']['name'] != x['netname'],
  1149. u'netnamespaces where metadata.name != netname',
  1150. ),
  1151. (
  1152. 'namespace',
  1153. _is_invalid_namespace,
  1154. u'namespaces that use reserved names and were not created by infrastructure components',
  1155. ),
  1156. )
  1157. for resource, invalid_filter, invalid_msg in checks:
  1158. success, rval, invalid = objectvalidator.get_invalid(resource, invalid_filter)
  1159. if not success:
  1160. return {'failed': True, 'msg': 'Failed to GET {}.'.format(resource), 'state': 'list', 'results': rval}
  1161. if invalid:
  1162. failed = True
  1163. all_invalid[invalid_msg] = invalid
  1164. if failed:
  1165. return {
  1166. 'failed': True,
  1167. 'msg': (
  1168. "All objects are not valid. If you are a supported customer please contact "
  1169. "Red Hat Support providing the complete output above. If you are not a customer "
  1170. "please contact users@lists.openshift.redhat.com for assistance."
  1171. ),
  1172. 'state': 'list',
  1173. 'results': all_invalid
  1174. }
  1175. return {'msg': 'All objects are valid.'}
  1176. # -*- -*- -*- End included fragment: class/oc_objectvalidator.py -*- -*- -*-
  1177. # -*- -*- -*- Begin included fragment: ansible/oc_objectvalidator.py -*- -*- -*-
  1178. def main():
  1179. '''
  1180. ansible oc module for validating OpenShift objects
  1181. '''
  1182. module = AnsibleModule(
  1183. argument_spec=dict(
  1184. kubeconfig=dict(default='/etc/origin/master/admin.kubeconfig', type='str'),
  1185. ),
  1186. supports_check_mode=False,
  1187. )
  1188. rval = OCObjectValidator.run_ansible(module.params)
  1189. if 'failed' in rval:
  1190. module.fail_json(**rval)
  1191. module.exit_json(**rval)
  1192. if __name__ == '__main__':
  1193. main()
  1194. # -*- -*- -*- End included fragment: ansible/oc_objectvalidator.py -*- -*- -*-