oc_group.py 53 KB

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