oc_group.py 55 KB

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